Change filter prompt from "filter: " to "/" - noice - small file browser (mirro… | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bfe589ac250853518ac38eabd7618ebbb4236535 | |
parent bc82f25a1ea548073d65db22961cc2d7bcf9e35b | |
Author: sin <[email protected]> | |
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(-) | |
--- | |
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; |