aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-28 13:30:59 +0100
committersin <sin@2f30.org>2019-09-05 22:38:17 +0100
commitbfe589ac250853518ac38eabd7618ebbb4236535 (patch)
tree95fb619d582b675af7744498ce1c3aab47f0c578
parentbc82f25a1ea548073d65db22961cc2d7bcf9e35b (diff)
downloadnoice-bfe589ac250853518ac38eabd7618ebbb4236535.tar.gz
Change filter prompt from "filter: " to "/"
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index 423c570..41df8d9 100644
--- 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;
Un proyecto texto-plano.xyz