mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 14:53:26 +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)
|
if (w.window == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
wbkgd(w.window, COLOR_PAIR(0));
|
||||||
windows[i] = w;
|
windows[i] = w;
|
||||||
w.onInit(&w, m);
|
w.onInit(&w, m);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user