mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
More concise comment on nextsel()
This commit is contained in:
parent
0aefc2f496
commit
6735c1f979
1 changed files with 1 additions and 4 deletions
5
noice.c
5
noice.c
|
@ -291,10 +291,7 @@ printprompt(char *str)
|
||||||
printw(str);
|
printw(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* Returns SEL_* if key is bound and 0 otherwise */
|
||||||
* Returns SEL_{QUIT,BACK,GOIN,FLTR,NEXT,PREV,PGDN,PGUP,SH,CD}
|
|
||||||
* Returns 0 otherwise
|
|
||||||
*/
|
|
||||||
int
|
int
|
||||||
nextsel(void)
|
nextsel(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue