mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
display: do not unnecessarily wipe the status bar
It would wipe the edit window if there is just one row. This fixes https://savannah.gnu.org/bugs/?59178. Bug existed since version 2.9.3.
This commit is contained in:
parent
2c41600957
commit
4a403ae00f
@ -3314,7 +3314,6 @@ void draw_all_subwindows(void)
|
||||
#endif
|
||||
if (currmenu != MBROWSER && currmenu != MWHEREISFILE && currmenu != MGOTODIR)
|
||||
edit_refresh();
|
||||
wipe_statusbar();
|
||||
bottombars(currmenu);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user