nano

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

commit a81ba0215a1c57e7a7e1479d7765f082ac384e07
parent 3e0bd533db102c86565665d7b997bff3de7c8796
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 14 Jan 2020 11:22:28 +0100

display: exclude a bit of feedback from the tiny version

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

diff --git a/src/cut.c b/src/cut.c @@ -524,9 +524,9 @@ bool is_cuttable(bool test_cliff) #endif )) { #ifndef NANO_TINY + statusbar(_("Nothing was cut")); openfile->mark = NULL; #endif - statusbar(_("Nothing was cut")); return FALSE; } else return TRUE;