Przeglądaj źródła

Let filter errors show up in status line

master
lostd 10 lat temu
rodzic
commit
de7072bdd5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz