From 164fc41657f16f5a6527be8ca66485582248523a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 20 Mar 2013 11:27:47 +0000 Subject: Revert last change, this was just some lokal skinning --- 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 05b9572..7873268 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1131,19 +1131,17 @@ initui (void) /* set colors for windows */ if (has_colors()) { -// wattrset (console, COLOR_PAIR (9)); + wattrset (console, COLOR_PAIR (9)); wattrset (input, COLOR_PAIR (0)); wbkgd (output, COLOR_PAIR(8)); -// wbkgd (console, COLOR_PAIR (9)); - wattron (console, A_REVERSE); + wbkgd (console, COLOR_PAIR (9)); wbkgd (channel, COLOR_PAIR (0)); wbkgd (input, COLOR_PAIR (0)); if (private) wbkgd (private, COLOR_PAIR (0)); if( topic ) { - wattron (topic, A_REVERSE); -// wattrset (topic, COLOR_PAIR (9)); -// wbkgd (topic, COLOR_PAIR (9)); + wattrset (topic, COLOR_PAIR (9)); + wbkgd (topic, COLOR_PAIR (9)); } } else { wattron (console, A_REVERSE); -- cgit v1.2.3