mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 22:59:38 +03:00
display: wipe stale messages from the status bar straightaway
When blank_statusbar() has been called, make sure it is effective. This fixes https://savannah.gnu.org/bugs/?51358.
This commit is contained in:
parent
7d46eff738
commit
14bd52ced8
@ -2514,6 +2514,7 @@ void do_justify(bool full_justify)
|
||||
jusbuffer = NULL;
|
||||
|
||||
blank_statusbar();
|
||||
wnoutrefresh(bottomwin);
|
||||
|
||||
/* Show "Uncut" again in the help lines. */
|
||||
uncutfunc->desc = uncut_tag;
|
||||
@ -3349,6 +3350,7 @@ void do_linter(void)
|
||||
}
|
||||
|
||||
blank_statusbar();
|
||||
wnoutrefresh(bottomwin);
|
||||
|
||||
#ifndef NANO_TINY
|
||||
free_lints_and_return:
|
||||
|
Loading…
Reference in New Issue
Block a user