display: exclude a bit of feedback from the tiny version
parent
3e0bd533db
commit
a81ba0215a
|
@ -524,9 +524,9 @@ bool is_cuttable(bool test_cliff)
|
||||||
#endif
|
#endif
|
||||||
)) {
|
)) {
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
|
statusbar(_("Nothing was cut"));
|
||||||
openfile->mark = NULL;
|
openfile->mark = NULL;
|
||||||
#endif
|
#endif
|
||||||
statusbar(_("Nothing was cut"));
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
} else
|
} else
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in New Issue