Blockquotes are now rendered to console as dim instead of italic
[citadel.git] / textclient / commands.c
index 6af74c788ab20c55512a658fc5949025765871b5..cf3576d878eb6c3f7b21e051c656dfd20490aee6 100644 (file)
@@ -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?