summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c
index 4a1a0f0..897a47d 100644
--- a/src/index.c
+++ b/src/index.c
@@ -470,6 +470,9 @@ void init_index_mode(void)
fx = (index_image_width - fw) >> 1;
fy = index_image_height - fh - 2;
gib_imlib_text_draw(im_main, title_fn, NULL, fx, fy, s, IMLIB_TEXT_TO_RIGHT, 255, 255, 255, 255);
+
+ if (opt.display)
+ winwidget_render_image(winwid, 0, 0);
}
if (opt.output && opt.output_file) {