diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -350,18 +350,9 @@ void bar_put(win_bar_t *bar, const char *fmt, ...) void update_info(void) { unsigned int i, fn, fw; - char title[256]; const char * mark; win_bar_t *l = &win.bar.l, *r = &win.bar.r; - /* update window title */ - if (mode == MODE_THUMB) { - win_set_title(&win, "sxiv"); - } else { - snprintf(title, sizeof(title), "sxiv - %s", files[fileidx].name); - win_set_title(&win, title); - } - /* update bar contents */ if (win.bar.h == 0) return; |