nano

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

commit c2b6eb01cdeb053474db15bc767387ea8804903b
parent e9e26934ea57387c741156162e7e0b96e050a7c2
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon,  3 Aug 2020 11:31:02 +0200

feedback: use three dots to indicate processing, like everywhere else

For all occurrences, run:  grep '\.\.\."))' src/*.c

Diffstat:
Msrc/text.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/text.c b/src/text.c @@ -2612,7 +2612,7 @@ void do_linter(void) blank_bottombars(); currmenu = MLINTER; - statusbar(_("Invoking linter, please wait")); + statusbar(_("Invoking linter...")); construct_argument_list(&lintargs, openfile->syntax->linter, openfile->filename);