mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '4182_cmdline_update'
* 4182_cmdline_update: Ticket #4182: fix command line update.
This commit is contained in:
commit
09e904bf3d
@ -956,7 +956,6 @@ panels_split_less (void)
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
void
|
||||
setup_cmdline (void)
|
||||
{
|
||||
@ -965,6 +964,9 @@ setup_cmdline (void)
|
||||
int y;
|
||||
char *tmp_prompt = (char *) mc_prompt;
|
||||
|
||||
if (!command_prompt)
|
||||
return;
|
||||
|
||||
#ifdef ENABLE_SUBSHELL
|
||||
if (mc_global.tty.use_subshell)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user