diff --git a/src/subshell/common.c b/src/subshell/common.c index 6667b6e59..98968fa37 100644 --- a/src/subshell/common.c +++ b/src/subshell/common.c @@ -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 */