From a81ba0215a1c57e7a7e1479d7765f082ac384e07 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 14 Jan 2020 11:22:28 +0100 Subject: [PATCH] display: exclude a bit of feedback from the tiny version --- src/cut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cut.c b/src/cut.c index 13ed91a4..ee691d61 100644 --- 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;