nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 6bb30978fb06f2ca418f1581a71a6faba932545d
parent c0c30731c4281645a1b00a6f8b8ce00745c46b7f
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Fri, 24 Jun 2016 09:40:31 +0200

tweaks: add a translator hint

Diffstat:
Msrc/search.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/search.c b/src/search.c @@ -301,6 +301,8 @@ int findnextstr( } if (++feedback > 0) + /* TRANSLATORS: This is shown when searching takes + * more than half a second. */ statusbar(_("Searching...")); }