More concise comment on nextsel()

This commit is contained in:
lostd 2015-01-28 22:01:26 +02:00
parent 0aefc2f496
commit 6735c1f979
1 changed files with 1 additions and 4 deletions

View File

@ -291,10 +291,7 @@ printprompt(char *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
nextsel(void)
{