summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c12
1 files changed, 6 insertions, 6 deletions
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)
1094 1094
1095 /* set colors for windows */ 1095 /* set colors for windows */
1096 if (has_colors()) { 1096 if (has_colors()) {
1097// wattrset (console, COLOR_PAIR (9)); 1097 wattrset (console, COLOR_PAIR (9));
1098 wattrset (input, COLOR_PAIR (0)); 1098 wattrset (input, COLOR_PAIR (0));
1099// wattrset (topic, COLOR_PAIR (9)); 1099 wattrset (topic, COLOR_PAIR (9));
1100 wbkgd (output, COLOR_PAIR(8)); 1100 wbkgd (output, COLOR_PAIR(8));
1101// wbkgd (console, COLOR_PAIR (9)); 1101 wbkgd (console, COLOR_PAIR (9));
1102 wbkgd (channel, COLOR_PAIR (0)); 1102 wbkgd (channel, COLOR_PAIR (0));
1103 wbkgd (input, COLOR_PAIR (0)); 1103 wbkgd (input, COLOR_PAIR (0));
1104 wattron (console, A_REVERSE);
1105 wattron (topic, A_REVERSE);
1106 if (private) 1104 if (private)
1107 wbkgd (private, COLOR_PAIR (0)); 1105 wbkgd (private, COLOR_PAIR (0));
1108// wbkgd (topic, COLOR_PAIR (9)); 1106 wbkgd (topic, COLOR_PAIR (9));
1109 } else { 1107 } else {
1110 wattron (console, A_REVERSE); 1108 wattron (console, A_REVERSE);
1111 wattron (topic, A_REVERSE); 1109 wattron (topic, A_REVERSE);
@@ -1187,6 +1185,8 @@ initui (void)
1187 writeout (vchat_cm_version); 1185 writeout (vchat_cm_version);
1188 showout( ); 1186 showout( );
1189*/ 1187*/
1188 resize(0);
1189
1190 if( getintoption( CF_KEEPLOG ) ) { 1190 if( getintoption( CF_KEEPLOG ) ) {
1191 unsigned char *logfile = getstroption( CF_LOGFILE ); 1191 unsigned char *logfile = getstroption( CF_LOGFILE );
1192 if( logfile && *logfile ) { 1192 if( logfile && *logfile ) {