From bfe589ac250853518ac38eabd7618ebbb4236535 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 28 Aug 2019 13:30:59 +0100 Subject: Change filter prompt from "filter: " to "/" --- noice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3