Ver código fonte

Let filter errors show up in status line

master
lostd 10 anos atrás
pai
commit
de7072bdd5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Ver arquivo

@@ -530,6 +530,7 @@ nochange:
goto nochange;
case SEL_FLTR:
/* Read filter */
printmsg("");
move(LINES - 1, 0);
printw("filter: ");
tmp = readln();
@@ -540,7 +541,6 @@ nochange:
r = setfilter(&re, tmp);
if (r != 0) {
free(tmp);
printmsg("");
goto nochange;
}
free(filter);


||||||
x
 
000:0
Carregando…
Cancelar
Salvar