X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fcommands.c;fp=textclient%2Fcommands.c;h=cf3576d878eb6c3f7b21e051c656dfd20490aee6;hp=6af74c788ab20c55512a658fc5949025765871b5;hb=d383bc5305bc266d8ca34e61753bc47f7a2a83d4;hpb=ba196da6b1ae7bdd2e72558ff35fe17d8597d141 diff --git a/textclient/commands.c b/textclient/commands.c index 6af74c788..cf3576d87 100644 --- a/textclient/commands.c +++ b/textclient/commands.c @@ -1439,7 +1439,7 @@ int fmout(int width, // screen width to use if ((in_quote) && (*e == '\n') && (enable_color)) { in_quote = 0; - scr_printf("\033[22m\033[23m"); + scr_printf("\033[22m\033[22m"); } if (*e == '\n') { // newline? @@ -1468,7 +1468,7 @@ int fmout(int width, // screen width to use if ((*e == '>') && (column <= 1) && (!fpout) && (enable_color)) { in_quote = 1; - scr_printf("\033[2m\033[3m"); + scr_printf("\033[2m\033[2m"); } // Or are we looking at a space?