Fixed issue #41, added WIN_FS_COLOR to config.h

This commit is contained in:
Bert Münnich
2012-03-02 19:42:14 +01:00
parent 37a42dba34
commit 3238ef6bf6
4 changed files with 7 additions and 7 deletions

View File

@ -379,7 +379,7 @@ void tns_highlight(tns_t *tns, int n, bool hl) {
if (hl)
col = win->selcol;
else if (win->fullscreen)
col = win->black;
col = win->fscol;
else
col = win->bgcol;