nano

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

commit b0eb73f7b30545ed1115c14a47b462df4a3a2ba0
parent 1907174c5f42f6dceb4db3e45fcef5008d8bc88c
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 26 Feb 2020 14:40:05 +0100

feedback: make sure that a later message can overwrite a short warning

This fixes https://savannah.gnu.org/bugs/?57901.

Bug existed since version 3.0, commit 25e98776.

Diffstat:
Msrc/winio.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/winio.c b/src/winio.c @@ -2276,6 +2276,7 @@ void warn_and_shortly_pause(const char *msg) { blank_bottombars(); statusline(ALERT, msg); + lastmessage = HUSH; napms(1500); }