Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: Fix bug with echo and file operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 27, 2019
1 parent 6ea4b42 commit 474ebfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fff
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,9 @@ key() {
clear_screen
printf '\e[?25h'

stty echo
"${file_program[@]}" "${marked_files[@]}" .
stty -echo

printf '\e[?25l'
marked_files=()
Expand Down

0 comments on commit 474ebfe

Please sign in to comment.