summaryrefslogtreecommitdiff
path: root/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-17 14:04:05 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-17 14:04:05 -0500
commit8ded180eef3e544d4826763180c0a56f4142aa29 (patch)
tree60d9deee2d39d8993481acdfcbf0e0a66b8a0893 /libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
parentc088a1a5b684f628435f927f74430cf91f2b2675 (diff)
downloadabslibre-8ded180eef3e544d4826763180c0a56f4142aa29.tar.gz
abslibre-8ded180eef3e544d4826763180c0a56f4142aa29.tar.bz2
abslibre-8ded180eef3e544d4826763180c0a56f4142aa29.zip
mc-4.8.20-1.parabola1: updating version
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, 0 insertions, 26 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
deleted file mode 100644
index c711ee55d..000000000
--- a/libre/mc/0001-Ticket-3639-fix-window-resizing-when-panels-are-hidd.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-