1
1

* main.c (do_execute): Add newline after "Press any key to

continue".
Этот коммит содержится в:
Pavel Roskin 2002-07-29 19:30:41 +00:00
родитель 69e3d9a837
Коммит 17ceeead44
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2002-07-29 Pavel Roskin <proski@gnu.org>
* main.c (do_execute): Add newline after "Press any key to
continue".
* cons.saver.c: Eliminate some global variables. Further
cleanup. Make sure that console_fd is always closed.

Просмотреть файл

@ -687,7 +687,7 @@ do_execute (const char *shell, const char *command, int flags)
(pause_after_run == pause_on_dumb_terminals &&
!xterm_flag && !console_flag)) && !quit &&
subshell_state != RUNNING_COMMAND) {
printf (_("Press any key to continue..."));
printf ("%s\r\n", _("Press any key to continue..."));
last_paused = 1;
fflush (stdout);
mc_raw_mode ();