mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:36:36 +02:00
Attempted fix for setting bg color.
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user