ソースを参照

Let filter errors show up in status line

master
lostd 10年前
コミット
de7072bdd5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c ファイルの表示

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


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