From acfffbe9045e9f72edd1eeee891f62a9fc45d3ad Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 3 Apr 2003 22:05:39 +0000 Subject: Compiles again, but TAB on start doesn't work perfect --- vchat-ui.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index e0f3def..1b732c8 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1089,16 +1089,18 @@ initui (void) /* set colors for windows */ if (has_colors()) { - wattrset (console, COLOR_PAIR (9)); +// wattrset (console, COLOR_PAIR (9)); wattrset (input, COLOR_PAIR (0)); - wattrset (topic, COLOR_PAIR (9)); +// wattrset (topic, COLOR_PAIR (9)); wbkgd (output, COLOR_PAIR(8)); - wbkgd (console, COLOR_PAIR (9)); +// wbkgd (console, COLOR_PAIR (9)); wbkgd (channel, COLOR_PAIR (0)); wbkgd (input, COLOR_PAIR (0)); + wattron (console, A_REVERSE); + wattron (topic, A_REVERSE); if (private) wbkgd (private, COLOR_PAIR (0)); - wbkgd (topic, COLOR_PAIR (9)); +// wbkgd (topic, COLOR_PAIR (9)); } else { wattron (console, A_REVERSE); wattron (topic, A_REVERSE); -- cgit v1.2.3