windows: NOBOLD gets defined in termdesc

pull/2041/head
nick black 3 years ago
parent 913330c187
commit dda6ef69ca
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -25,7 +25,6 @@ int prepare_windows_terminal(tinfo* ti, size_t* tablelen, size_t* tableused){
{ ESCAPE_CNORM, "\x1b[?25h", },
{ ESCAPE_U7, "\x1b[6n", },
{ ESCAPE_BOLD, "\x1b[1m", },
{ ESCAPE_NOBOLD,"\x1b[22m", },
{ ESCAPE_SITM, "\x1b[3m", },
{ ESCAPE_RITM, "\x1b[23m", },
{ ESCAPE_SMUL, "\x1b[4m", },

Loading…
Cancel
Save