From 696495b21b7dab5a31a6312c3911f0e9831b3ac1 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 26 Aug 2024 16:16:05 -0400 Subject: fix line-coloring regression --- src/write-tty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { BASH_ARGV0=soft_cursor echo -n "$0" >/proc/$BASHPID/comm - FMT=$'%s \b\e[%sm \e[m\b' + FMT=$'%s \b\e[%sm \e[m \b\b' REPLY= color=101 while printf "$FMT" "$REPLY" "$color" -- cgit v1.2.3