diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-27 08:05:13 +0200 |
---|---|---|
committer | Dylan Araps <dylan.araps@gmail.com> | 2019-01-27 08:05:13 +0200 |
commit | 9b69b25dc779d7842de6127bb1a30e7e30ad4058 (patch) | |
tree | 60c00fce73309f5fd78e12b4a21970a317592ab8 | |
parent | eea10a92bdcb638d3b1172aee7399b5a855b32d1 (diff) |
general: Fixed bug highlighting
-rwxr-xr-x | fff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -707,8 +707,8 @@ key() { "${file_program[@]}" "${marked_files[@]}" . printf '\e[?25l' - redraw full marked_files=() + redraw full } ;; |