mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-03 17:07:00 +03:00
(setup_mc): clarify call of add_select_channel().
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c6f269a2c3
commit
94eff3e2fd
@ -864,7 +864,7 @@ setup_mc (void)
|
||||
|
||||
#ifdef ENABLE_SUBSHELL
|
||||
if (mc_global.tty.use_subshell)
|
||||
add_select_channel (mc_global.tty.subshell_pty, load_prompt, 0);
|
||||
add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL);
|
||||
#endif /* !ENABLE_SUBSHELL */
|
||||
|
||||
if ((tty_baudrate () < 9600) || mc_global.tty.slow_terminal)
|
||||
|
Loading…
x
Reference in New Issue
Block a user