mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
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
Block a user