nano

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

commit ade2fafbd3068056908a5168c447eee59af44465
parent 53fe7ba26afe351ff6438bd21b7517e35c80c363
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat,  6 Feb 2021 19:09:45 +0100

tweaks: remove a strangely placed warning

(After some trying, I haven't seen the warning displayed, but...
I'm not yet sure that it could never occur, so I keep the 'if'.)

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

diff --git a/src/color.c b/src/color.c @@ -245,8 +245,6 @@ void check_the_multis(linestruct *line) return; if (line->multidata == NULL) { - statusline(ALERT, "Onscreen line without multidata?"); - napms(1200); refresh_needed = TRUE; return; }