Changed image mark in thumbnail view to small rectangle
This commit is contained in:
2
main.c
2
main.c
@ -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);
|
||||
|
Reference in New Issue
Block a user