adjust sgr0 escape sequence after ncurses update; ok nicm@
authoranton <anton@openbsd.org>
Wed, 18 Oct 2023 18:01:10 +0000 (18:01 +0000)
committeranton <anton@openbsd.org>
Wed, 18 Oct 2023 18:01:10 +0000 (18:01 +0000)
regress/usr.bin/ul/ul.sh

index bd994f8..ab3ebcb 100644 (file)
@@ -45,7 +45,7 @@ test_ul()
 }
 
 b="\033[1m"
-B="\033(B\033[m"
+B="\033[0m"
 i="\033[4m"
 I="\033[24m"