浏览代码

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);


正在加载...
取消
保存