* main.c (do_execute): Add newline after "Press any key to
continue".
Этот коммит содержится в:
родитель
69e3d9a837
Коммит
17ceeead44
@ -1,5 +1,8 @@
|
|||||||
2002-07-29 Pavel Roskin <proski@gnu.org>
|
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
|
* cons.saver.c: Eliminate some global variables. Further
|
||||||
cleanup. Make sure that console_fd is always closed.
|
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 &&
|
(pause_after_run == pause_on_dumb_terminals &&
|
||||||
!xterm_flag && !console_flag)) && !quit &&
|
!xterm_flag && !console_flag)) && !quit &&
|
||||||
subshell_state != RUNNING_COMMAND) {
|
subshell_state != RUNNING_COMMAND) {
|
||||||
printf (_("Press any key to continue..."));
|
printf ("%s\r\n", _("Press any key to continue..."));
|
||||||
last_paused = 1;
|
last_paused = 1;
|
||||||
fflush (stdout);
|
fflush (stdout);
|
||||||
mc_raw_mode ();
|
mc_raw_mode ();
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user