From 474ebfe8d45db7c8cc7634ba5b983a0aa10dda84 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 27 Jan 2019 19:13:59 +0200 Subject: [PATCH] general: Fix bug with echo and file operations. --- fff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fff b/fff index dfe1cfd..4a1bf80 100755 --- a/fff +++ b/fff @@ -716,7 +716,9 @@ key() { clear_screen printf '\e[?25h' + stty echo "${file_program[@]}" "${marked_files[@]}" . + stty -echo printf '\e[?25l' marked_files=()