浏览代码

More concise comment on nextsel()

master
lostd 10 年前
父节点
当前提交
6735c1f979
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. +1
    -4
      noice.c

+ 1
- 4
noice.c 查看文件

@@ -291,10 +291,7 @@ printprompt(char *str)
printw(str); printw(str);
} }


/*
* Returns SEL_{QUIT,BACK,GOIN,FLTR,NEXT,PREV,PGDN,PGUP,SH,CD}
* Returns 0 otherwise
*/
/* Returns SEL_* if key is bound and 0 otherwise */
int int
nextsel(void) nextsel(void)
{ {


正在加载...
取消
保存