]> git.pld-linux.org Git - packages/mc.git/commitdiff
- fix for konsole terminals MC_1_6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 19 Feb 2009 14:07:21 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mc-term.patch -> 1.1

mc-term.patch [new file with mode: 0644]

diff --git a/mc-term.patch b/mc-term.patch
new file mode 100644 (file)
index 0000000..cd40ef7
--- /dev/null
@@ -0,0 +1,10 @@
+--- mc-4.6.2/src/main.c.org    2009-02-19 15:02:47.391964771 +0100
++++ mc-4.6.2/src/main.c        2009-02-19 15:04:12.385289852 +0100
+@@ -1385,6 +1385,7 @@
+     }
+     if (force_xterm || strncmp (termvalue, "xterm", 5) == 0
++      || strncmp (termvalue, "konsole", 7) == 0
+       || strncmp (termvalue, "rxvt", 4) == 0
+       || strcmp (termvalue, "Eterm") == 0
+       || strcmp (termvalue, "dtterm") == 0) {
This page took 0.413834 seconds and 4 git commands to generate.