Changed image mark in thumbnail view to small rectangle

This commit is contained in:
Bert Münnich
2014-09-27 22:05:21 +02:00
parent 5fce009b73
commit b2dbd2fed3
3 changed files with 5 additions and 6 deletions

2
main.c
View File

@ -366,7 +366,7 @@ void update_info(void)
/* update bar contents */
if (win.bar.h == 0)
return;
mark = files[fileidx].marked ? "+ " : "";
mark = files[fileidx].marked ? "* " : "";
if (mode == MODE_THUMB) {
if (tns.loadnext < tns.end) {
snprintf(lt, llen, "Loading... %0*d", fw, tns.loadnext);