summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/write-tty2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/write-tty b/src/write-tty
index 8fdb78f..117f7f8 100644
--- a/src/write-tty
+++ b/src/write-tty
@@ -88,7 +88,7 @@ soft_cursor()
88{ 88{
89 BASH_ARGV0=soft_cursor 89 BASH_ARGV0=soft_cursor
90 echo -n "$0" >/proc/$BASHPID/comm 90 echo -n "$0" >/proc/$BASHPID/comm
91 FMT=$'%s \b\e[%sm \e[m\b' 91 FMT=$'%s \b\e[%sm \e[m \b\b'
92 REPLY= 92 REPLY=
93 color=101 93 color=101
94 while printf "$FMT" "$REPLY" "$color" 94 while printf "$FMT" "$REPLY" "$color"