parent
9114d0555c
commit
ee0df2846e
1
ui.c
1
ui.c
|
@ -262,6 +262,7 @@ static void addIRC(WINDOW *win, const wchar_t *str) {
|
||||||
break; case IRC_RESET: attr = A_NORMAL; pair = -1;
|
break; case IRC_RESET: attr = A_NORMAL; pair = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
wattr_set(win, A_NORMAL, 0, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void uiTopic(const wchar_t *topic) {
|
void uiTopic(const wchar_t *topic) {
|
||||||
|
|
Loading…
Reference in New Issue