mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
9 lines
554 B
Diff
9 lines
554 B
Diff
|
# 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 ; }
|