From e51ebd9c7c122e81933bf466c92ffa200a803800 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Thu, 26 Sep 2013 08:51:12 -0400 Subject: [PATCH] Attempted fix for setting bg color. --- src/windows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows.c b/src/windows.c index e6e9624..91a8e97 100644 --- a/src/windows.c +++ b/src/windows.c @@ -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);