瀏覽代碼

Let filter errors show up in status line

master
lostd 11 年之前
父節點
當前提交
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);


Loading…
取消
儲存