From 684999860933afbe2ebb8901af8890d9ee690fc7 Mon Sep 17 00:00:00 2001 From: Crestwave Date: Thu, 24 Sep 2020 16:41:22 +0800 Subject: [PATCH] added support for termux --- shfm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shfm b/shfm index 282705c..6902749 100755 --- a/shfm +++ b/shfm @@ -195,7 +195,7 @@ status_line() { *) printf %s "$ltype" esac - esc SGR + esc SGR 0 0 esc DECRC } @@ -237,11 +237,11 @@ line_print() { line_format() { file_escape "$1" - esc EL0 [ -d "$1" ] && esc SGR 1 31 printf %s "$safe" [ -d "$1" ] && printf / - esc SGR + esc SGR 0 0 + esc EL0 printf '\r' }