mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-03 06:31:28 +03:00
* execute.c (do_execute): Flush stdout after printing the command to be
executed.
This commit is contained in:
parent
13d8512c37
commit
a621fb9b67
@ -1,3 +1,8 @@
|
||||
2005-09-17 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* execute.c (do_execute): Flush stdout after printing the
|
||||
command to be executed.
|
||||
|
||||
2005-09-17 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* util.c: Indentation cleanup (function result types on
|
||||
|
@ -109,6 +109,7 @@ do_execute (const char *shell, const char *command, int flags)
|
||||
|
||||
if (!use_subshell && command && !(flags & EXECUTE_INTERNAL)) {
|
||||
printf ("%s%s\n", prompt, command);
|
||||
fflush (stdout);
|
||||
}
|
||||
#ifdef HAVE_SUBSHELL_SUPPORT
|
||||
if (use_subshell && !(flags & EXECUTE_INTERNAL)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user