commit cefa38ba70ff650dd16408b693bce626ce1610ec
parent 18afe8b33ba2402fcaebf38793d1a39983599636
Author: Wim Dupont <wim@wimdupont.com>
Date: Fri, 10 Apr 2026 22:40:14 +0200
fix selection marker regression
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cex.c b/cex.c
@@ -488,6 +488,7 @@ set_win_files(DirWin *dirwin)
}
cpstr(dirwin->winfiles[count].d_name, ent->d_name);
dirwin->winfiles[count].d_type = ent->d_type;
+ dirwin->filecount = (int) count + 1;
dirwin->winfiles[count].selected = is_selected(dirwin, count);
if (ent->d_type == DT_LNK) {
if (strcmp(dirwin->path, "/") == 0)