mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 03:16: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)
|
||||
return -1;
|
||||
|
||||
wbkgd(w.window, COLOR_PAIR(0));
|
||||
windows[i] = w;
|
||||
w.onInit(&w, m);
|
||||
|
||||
|
Reference in New Issue
Block a user