Change filter prompt from "filter: " to "/" - noice - small file browser (mirror / fork from 2f30.org)
HTML git clone git://git.codemadness.org/noice
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bfe589ac250853518ac38eabd7618ebbb4236535
DIR parent bc82f25a1ea548073d65db22961cc2d7bcf9e35b
HTML Author: sin <sin@2f30.org>
Date: Wed, 28 Aug 2019 13:30:59 +0100
Change filter prompt from "filter: " to "/"
Diffstat:
M noice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/noice.c b/noice.c
@@ -661,7 +661,7 @@ nochange:
}
case SEL_FLTR:
/* Read filter */
- printprompt("filter: ");
+ printprompt("/");
tmp = readln();
if (tmp == NULL)
tmp = ifilter;