Ticket #3639: fix window resizing when panels are hidden.

This reverts commit f278eaec99.
This commit is contained in:
Andrew Borodin 2016-06-13 09:21:15 +03:00
parent cb06f8c585
commit 52871230a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */