diff options
| -rwxr-xr-x | vchat-ui.c | 10 |
1 files changed, 4 insertions, 6 deletions
| @@ -1089,18 +1089,16 @@ 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); | ||
| 1101 | if (private) | 1099 | if (private) |
| 1102 | wbkgd (private, COLOR_PAIR (0)); | 1100 | wbkgd (private, COLOR_PAIR (0)); |
| 1103 | // wbkgd (topic, COLOR_PAIR (9)); | 1101 | wbkgd (topic, COLOR_PAIR (9)); |
| 1104 | } else { | 1102 | } else { |
| 1105 | wattron (console, A_REVERSE); | 1103 | wattron (console, A_REVERSE); |
| 1106 | wattron (topic, A_REVERSE); | 1104 | wattron (topic, A_REVERSE); |
