Package: sc

Hi,

sc does not use default colors and colors on xterm with black background
and white foreground color broken.

Not using default colors leads to e.g. black background color when the
terminal has white background.


Regards
Carsten


Patch:

diff --git a/color.c b/color.c
index c9d9bc3..2a99a7d 100644
--- a/color.c
+++ b/color.c
@@ -31,6 +31,8 @@ static struct crange  *color_base;
 void
 initcolor(int colornum)
 {
+    use_default_colors();
+
     if (!colornum) {
    int i;




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to