blob: 286c72405950b327a7d7a04cf358bd94ffad5c51 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
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 ; }
|