cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3844 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
5c55e85410
Коммит
0bbd290168
@ -526,13 +526,13 @@ void print_view_warning(void)
|
|||||||
/* What we do when we're all set to exit. */
|
/* What we do when we're all set to exit. */
|
||||||
void finish(void)
|
void finish(void)
|
||||||
{
|
{
|
||||||
|
/* Blank the statusbar (and shortcut list, if applicable), and move
|
||||||
|
* the cursor to the last line of the screen. */
|
||||||
if (!ISSET(NO_HELP))
|
if (!ISSET(NO_HELP))
|
||||||
blank_bottombars();
|
blank_bottombars();
|
||||||
else
|
else
|
||||||
blank_statusbar();
|
blank_statusbar();
|
||||||
|
|
||||||
wrefresh(bottomwin);
|
wrefresh(bottomwin);
|
||||||
|
|
||||||
endwin();
|
endwin();
|
||||||
|
|
||||||
/* Restore the old terminal settings. */
|
/* Restore the old terminal settings. */
|
||||||
@ -1012,7 +1012,8 @@ RETSIGTYPE do_suspend(int signal)
|
|||||||
disable_mouse_support();
|
disable_mouse_support();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Blank the screen, and move the cursor to the last line of it. */
|
/* Blank the screen, and move the cursor to the last line of the
|
||||||
|
* screen. */
|
||||||
erase();
|
erase();
|
||||||
move(LINES - 1, 0);
|
move(LINES - 1, 0);
|
||||||
refresh();
|
refresh();
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user