Ver código fonte

Show a message when busy

master
Arun Prakash Jana 7 anos atrás
pai
commit
156c08ccc4
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 7 adições e 0 exclusões
  1. +7
    -0
      nnn.c

+ 7
- 0
nnn.c Ver arquivo

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


Carregando…
Cancelar
Salvar