summaryrefslogtreecommitdiff
path: root/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-24 19:53:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-24 19:54:42 -0300
commit6311d7abf923314d151b5289d16f089da5007bdd (patch)
treee6fb15ebd7d2a9ed3603189cd6d35e769a70125a /libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
parent0724b2ec3c3dad221ac6f63c15d318a928cf3693 (diff)
downloadabslibre-6311d7abf923314d151b5289d16f089da5007bdd.tar.gz
abslibre-6311d7abf923314d151b5289d16f089da5007bdd.tar.bz2
abslibre-6311d7abf923314d151b5289d16f089da5007bdd.zip
mc-4.8.17-2.parabola1: bump to Arch's revision
Diffstat (limited to 'libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch')
-rw-r--r--libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch b/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
new file mode 100644
index 000000000..c711ee55d
--- /dev/null
+++ b/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
@@ -0,0 +1,26 @@
+From 52871230a295311c286bb92feddc469e3ece11d6 Mon Sep 17 00:00:00 2001
+From: Andrew Borodin <aborodin@vmail.ru>
+Date: Mon, 13 Jun 2016 09:21:15 +0300
+Subject: [PATCH 1/2] Ticket #3639: fix window resizing when panels are hidden.
+
+This reverts commit f278eaec99320874b112b37d9925d78d964f5d37.
+---
+ src/subshell/common.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/subshell/common.c b/src/subshell/common.c
+index 6667b6e..98968fa 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 */
+--
+2.10.0
+