summaryrefslogtreecommitdiffstats
path: root/source/kde/patch/konsole.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/patch/konsole.patch')
-rw-r--r--source/kde/patch/konsole.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/kde/patch/konsole.patch b/source/kde/patch/konsole.patch
new file mode 100644
index 000000000..286c72405
--- /dev/null
+++ b/source/kde/patch/konsole.patch
@@ -0,0 +1,8 @@
+# Fix scrollUp behavior:
+zcat $CWD/patch/konsole/konsole.scrollup.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+## We're not changing TERM to konsole after all. It's just the path of least
+## resistance to revert the terminfo change that broke it, since it's affecting
+## other systems as well (some of which we cannot patch).
+## Set default TERM=konsole:
+#zcat $CWD/patch/konsole/konsole.term.is.konsole.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }