amother cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
4dbdbd4660
commit
888bc14416
|
@ -997,7 +997,7 @@ RETSIGTYPE do_suspend(int signal)
|
|||
/* Temporarily leave curses mode. */
|
||||
endwin();
|
||||
|
||||
printf(_("\n\n\n\n\nUse \"fg\" to return to nano\n"));
|
||||
printf(_("\n\n\n\n\n\nUse \"fg\" to return to nano\n"));
|
||||
fflush(stdout);
|
||||
|
||||
/* Restore the old terminal settings. */
|
||||
|
|
Loading…
Reference in New Issue