From: lostd <lostd@2f30.org>
Date: Wed, 28 Jan 2015 20:01:26 +0000 (+0200)
Subject: More concise comment on nextsel()
X-Git-Tag: v1.0~92^2~79
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6735c1f9796a5d06d39ed78538d64a6ba26008f9;p=nnn.git

More concise comment on nextsel()
---

diff --git a/noice.c b/noice.c
index 80be09f0..5358111f 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)
 {