From 3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Fri, 2 Mar 2012 19:42:14 +0100 Subject: Fixed issue #41, added WIN_FS_COLOR to config.h --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 42cbe96..cd8d315 100644 --- a/thumbs.c +++ b/thumbs.c @@ -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; -- cgit v1.2.3