From d24f3e80ce7514a1478e11275eb09f186d9b2019 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 3 Apr 2003 22:15:21 +0000 Subject: Discard changes --- vchat-ui.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index 1b732c8..e0f3def 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1089,18 +1089,16 @@ 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