ソースを参照

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


読み込み中…
キャンセル
保存