From b8458271fba9929831dcc71d86c205fb52578e3a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 12 Feb 2012 19:00:41 +0100 Subject: Added text bar on bottom of window --- thumbs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index bbb97b9..10b2fc8 100644 --- a/thumbs.c +++ b/thumbs.c @@ -385,7 +385,6 @@ void tns_highlight(tns_t *tns, int n, bool hl) { win_draw_rect(win, win->pm, x - 3, y - 3, THUMB_SIZE + 6, THUMB_SIZE + 6, false, 2, col); } - win_draw(win); } bool tns_move_selection(tns_t *tns, direction_t dir) { -- cgit v1.2.3-54-g00ecf