1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 15:17:46 +02:00

Attempted fix for setting bg color.

This commit is contained in:
irungentoo 2013-09-26 08:51:12 -04:00
parent 0c3767762e
commit e51ebd9c7c

View File

@ -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);