mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:13:04 +01:00
Attempted fix for setting bg color.
This commit is contained in:
parent
0c3767762e
commit
e51ebd9c7c
@ -155,6 +155,7 @@ int add_window(Tox *m, ToxWindow w)
|
||||
if (w.window == NULL)
|
||||
return -1;
|
||||
|
||||
wbkgd(w.window, COLOR_PAIR(0));
|
||||
windows[i] = w;
|
||||
w.onInit(&w, m);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user