summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-03-02 19:42:14 +0100
committerBert Münnich <ber.t@gmx.com>2012-03-02 19:42:14 +0100
commit3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c (patch)
tree4b21b5eab39dd770a67d4674f011cfb93dae78f4 /thumbs.c
parent37a42dba34db11374315951a72dc287a6f1a2129 (diff)
downloadnsxiv-3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c.tar.zst
Fixed issue #41, added WIN_FS_COLOR to config.h
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 1 insertions, 1 deletions
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;