diff options
| author | erdgeist <> | 2013-03-20 11:27:47 +0000 |
|---|---|---|
| committer | erdgeist <> | 2013-03-20 11:27:47 +0000 |
| commit | 164fc41657f16f5a6527be8ca66485582248523a (patch) | |
| tree | 8f4186453f1e6825bf2f14336627949caaafb99c | |
| parent | 326fe73f57317922519a434656d965dde04fcce2 (diff) | |
Revert last change, this was just some lokal skinning
| -rwxr-xr-x | vchat-ui.c | 10 |
1 files changed, 4 insertions, 6 deletions
| @@ -1131,19 +1131,17 @@ initui (void) | |||
| 1131 | 1131 | ||
| 1132 | /* set colors for windows */ | 1132 | /* set colors for windows */ |
| 1133 | if (has_colors()) { | 1133 | if (has_colors()) { |
| 1134 | // wattrset (console, COLOR_PAIR (9)); | 1134 | wattrset (console, COLOR_PAIR (9)); |
| 1135 | wattrset (input, COLOR_PAIR (0)); | 1135 | wattrset (input, COLOR_PAIR (0)); |
| 1136 | wbkgd (output, COLOR_PAIR(8)); | 1136 | wbkgd (output, COLOR_PAIR(8)); |
| 1137 | // wbkgd (console, COLOR_PAIR (9)); | 1137 | wbkgd (console, COLOR_PAIR (9)); |
| 1138 | wattron (console, A_REVERSE); | ||
| 1139 | wbkgd (channel, COLOR_PAIR (0)); | 1138 | wbkgd (channel, COLOR_PAIR (0)); |
| 1140 | wbkgd (input, COLOR_PAIR (0)); | 1139 | wbkgd (input, COLOR_PAIR (0)); |
| 1141 | if (private) | 1140 | if (private) |
| 1142 | wbkgd (private, COLOR_PAIR (0)); | 1141 | wbkgd (private, COLOR_PAIR (0)); |
| 1143 | if( topic ) { | 1142 | if( topic ) { |
| 1144 | wattron (topic, A_REVERSE); | 1143 | wattrset (topic, COLOR_PAIR (9)); |
| 1145 | // wattrset (topic, COLOR_PAIR (9)); | 1144 | wbkgd (topic, COLOR_PAIR (9)); |
| 1146 | // wbkgd (topic, COLOR_PAIR (9)); | ||
| 1147 | } | 1145 | } |
| 1148 | } else { | 1146 | } else { |
| 1149 | wattron (console, A_REVERSE); | 1147 | wattron (console, A_REVERSE); |
