aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar lostd <lostd@2f30.org>2015-01-28 22:01:26 +0200
committerGravatar lostd <lostd@2f30.org>2015-01-28 22:01:26 +0200
commit6735c1f9796a5d06d39ed78538d64a6ba26008f9 (patch)
treee88c17d7be648d17ef66df60362abecaac662a12
parent0aefc2f4962a89b7a7731583862416871afeacd7 (diff)
downloadnnn-6735c1f9796a5d06d39ed78538d64a6ba26008f9.tar.gz
More concise comment on nextsel()
-rw-r--r--noice.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/noice.c b/noice.c
index 80be09f..5358111 100644
--- a/noice.c
+++ b/noice.c
@@ -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)
{