From af3b09f1f5b57346230530a08f009569a26f14b6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 26 Apr 2006 12:30:54 +0000 Subject: [PATCH] * In ANSI, bold only sets the foreground colour to bright, not the background. --- cucul/import.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cucul/import.c b/cucul/import.c index de18c97..7c3c810 100644 --- a/cucul/import.c +++ b/cucul/import.c @@ -345,8 +345,6 @@ static cucul_canvas_t *import_ansi(void const *data, unsigned int size) &save_fg, &save_bg, &bold, &reverse); if(bold && fg < 8) fg += 8; - if(bold && bg < 8) - bg += 8; if(reverse) cucul_set_color(cv, bg, fg); else