From a66217bdd998bee8cce8670b149f1bf08c1b2bdc Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 24 May 2003 17:16:29 +0000 Subject: Redraw triggered on startup --- vchat-ui.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index 243d1f4..15623e2 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1094,18 +1094,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); @@ -1187,6 +1185,8 @@ initui (void) writeout (vchat_cm_version); showout( ); */ + resize(0); + if( getintoption( CF_KEEPLOG ) ) { unsigned char *logfile = getstroption( CF_LOGFILE ); if( logfile && *logfile ) { -- cgit v1.2.3