mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
Merge branch '186_prompt_fixups'
* 186_prompt_fixups: Ticket #186: prompt fixups
This commit is contained in:
commit
8b68cce757
@ -325,7 +325,7 @@ void
|
||||
do_update_prompt (void)
|
||||
{
|
||||
if (update_prompt) {
|
||||
printf ("%s", subshell_prompt);
|
||||
printf ("\r\n%s", subshell_prompt);
|
||||
fflush (stdout);
|
||||
update_prompt = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user