]> Sergey Matveev's repositories - nnn.git/commitdiff
More concise comment on nextsel()
authorlostd <lostd@2f30.org>
Wed, 28 Jan 2015 20:01:26 +0000 (22:01 +0200)
committerlostd <lostd@2f30.org>
Wed, 28 Jan 2015 20:01:26 +0000 (22:01 +0200)
noice.c

diff --git a/noice.c b/noice.c
index 80be09f08259c07e831cf9bf4679a24ad4fbdb35..5358111f98a9665f112bb4e1c38bd955bde18714 100644 (file)
--- 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)
 {