summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-27 08:05:13 +0200
committerDylan Araps <dylan.araps@gmail.com>2019-01-27 08:05:13 +0200
commit9b69b25dc779d7842de6127bb1a30e7e30ad4058 (patch)
tree60c00fce73309f5fd78e12b4a21970a317592ab8
parenteea10a92bdcb638d3b1172aee7399b5a855b32d1 (diff)
general: Fixed bug highlighting
-rwxr-xr-xfff2
1 files changed, 1 insertions, 1 deletions
diff --git a/fff b/fff
index 5e09b92..03af238 100755
--- a/fff
+++ b/fff
@@ -707,8 +707,8 @@ key() {
"${file_program[@]}" "${marked_files[@]}" .
printf '\e[?25l'
- redraw full
marked_files=()
+ redraw full
}
;;