File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -894,8 +894,8 @@ static __thread struct builtin_term builtin_termcaps[] =
894894 {(int )KS_OP , IF_EB ("\033[0m" , ESC_STR "[0m" )}, // reset
895895 {(int )KS_CZH , IF_EB ("\033[3m" , ESC_STR "[3m" )}, /* italic mode on */
896896 {(int )KS_CZR , IF_EB ("\033[23m" , ESC_STR "[23m" )}, /* italic mode off */
897- {(int )KS_SO , IF_EB ("\033| 91m" , ESC_STR "[91m" )}, // standout: bright red text
898- {(int )KS_SE , IF_EB ("\033| 39m" , ESC_STR "[39m" )}, // standout end
897+ {(int )KS_SO , IF_EB ("\033[ 91m" , ESC_STR "[91m" )}, // standout: bright red text
898+ {(int )KS_SE , IF_EB ("\033[ 39m" , ESC_STR "[39m" )}, // standout end
899899 {(int )KS_BC , "\x08" }, /* backspace */
900900 {(int )K_BS , "\x7f" }, /* erase = ^? */
901901// // TODO: Needs debugging on colors bg/fg
You can’t perform that action at this time.
0 commit comments