mirror of https://github.com/MidnightCommander/mc
Ticket #3639: fix window resizing when panels are hidden.
This reverts commit f278eaec99
.
This commit is contained in:
parent
cb06f8c585
commit
52871230a2
|
@ -531,7 +531,7 @@ feed_subshell (int how, gboolean fail_on_error)
|
|||
/* Despite using SA_RESTART, we still have to check for this */
|
||||
if (errno == EINTR)
|
||||
{
|
||||
if (how == QUIETLY && mc_global.tty.winch_flag != 0)
|
||||
if (mc_global.tty.winch_flag != 0)
|
||||
tty_change_screen_size ();
|
||||
|
||||
continue; /* try all over again */
|
||||
|
|
Loading…
Reference in New Issue