Commit 14bd52ce authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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.
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment