瀏覽代碼

Show a message when busy

master
Arun Prakash Jana 7 年之前
父節點
當前提交
156c08ccc4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      nnn.c

+ 7
- 0
nnn.c 查看文件

@@ -1624,6 +1624,13 @@ populate(char *path, char *oldpath, char *fltr)
if (setfilter(&re, fltr) != 0)
return -1;

if (cfg.blkorder) {
timeout(0);
printmsg("Calculating...");
getch();
timeout(1000);
}

ndents = dentfill(path, &dents, visible, &re);

qsort(dents, ndents, sizeof(*dents), entrycmp);


Loading…
取消
儲存