SOURCES: mc-term.patch (NEW) - fix for konsole terminals
arekm
arekm at pld-linux.org
Thu Feb 19 15:07:26 CET 2009
Author: arekm Date: Thu Feb 19 14:07:26 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix for konsole terminals
---- Files affected:
SOURCES:
mc-term.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mc-term.patch
diff -u /dev/null SOURCES/mc-term.patch:1.1
--- /dev/null Thu Feb 19 15:07:27 2009
+++ SOURCES/mc-term.patch Thu Feb 19 15:07:21 2009
@@ -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) {
================================================================
More information about the pld-cvs-commit
mailing list