summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
authorerdgeist <>2003-04-03 22:05:39 +0000
committererdgeist <>2003-04-03 22:05:39 +0000
commitacfffbe9045e9f72edd1eeee891f62a9fc45d3ad (patch)
treeaaab1e956942ea48d1f6da210c5c7d7ed4416fe7 /vchat-ui.c
parenta6f899fc5ee4aefe3e5922336a034ca902aeaef0 (diff)
Compiles again, but TAB on start doesn't work perfect
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c10
1 files changed, 6 insertions, 4 deletions
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)
1089 1089
1090 /* set colors for windows */ 1090 /* set colors for windows */
1091 if (has_colors()) { 1091 if (has_colors()) {
1092 wattrset (console, COLOR_PAIR (9)); 1092// wattrset (console, COLOR_PAIR (9));
1093 wattrset (input, COLOR_PAIR (0)); 1093 wattrset (input, COLOR_PAIR (0));
1094 wattrset (topic, COLOR_PAIR (9)); 1094// wattrset (topic, COLOR_PAIR (9));
1095 wbkgd (output, COLOR_PAIR(8)); 1095 wbkgd (output, COLOR_PAIR(8));
1096 wbkgd (console, COLOR_PAIR (9)); 1096// wbkgd (console, COLOR_PAIR (9));
1097 wbkgd (channel, COLOR_PAIR (0)); 1097 wbkgd (channel, COLOR_PAIR (0));
1098 wbkgd (input, COLOR_PAIR (0)); 1098 wbkgd (input, COLOR_PAIR (0));
1099 wattron (console, A_REVERSE);
1100 wattron (topic, A_REVERSE);
1099 if (private) 1101 if (private)
1100 wbkgd (private, COLOR_PAIR (0)); 1102 wbkgd (private, COLOR_PAIR (0));
1101 wbkgd (topic, COLOR_PAIR (9)); 1103// wbkgd (topic, COLOR_PAIR (9));
1102 } else { 1104 } else {
1103 wattron (console, A_REVERSE); 1105 wattron (console, A_REVERSE);
1104 wattron (topic, A_REVERSE); 1106 wattron (topic, A_REVERSE);