summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
Diffstat (limited to 'source/x')
-rw-r--r--source/x/xterm/XTerm-console9
-rwxr-xr-xsource/x/xterm/xterm.SlackBuild2
2 files changed, 2 insertions, 9 deletions
diff --git a/source/x/xterm/XTerm-console b/source/x/xterm/XTerm-console
index 7dbe6d55b..3dfe77151 100644
--- a/source/x/xterm/XTerm-console
+++ b/source/x/xterm/XTerm-console
@@ -18,7 +18,7 @@
! Bitmap fonts:
! note: Some folks may find these a little large, but 'hidpi' display
! users will appreciate the larger sizes, and the other sizes in the
-! the terminus series don't maintain a consistent aspect ration and
+! the terminus series don't maintain a consistent aspect ratio and
! can look a little odd when being resized.
*VT100.font: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1
@@ -92,11 +92,4 @@
*VT100.charClass: 45-47:48,58:48,64:48
! - Set which characters are selected by double click.
-!*VT100.locale: true
-! - Seems better to use the XTerm.locale below, as this throws an
-! error if LC_ALL is unset.
-
-*XTerm.locale: true
-! - Enable conversion between the locale and utf-8.
-
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! End. !
diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild
index 0b1aa21fd..528289879 100755
--- a/source/x/xterm/xterm.SlackBuild
+++ b/source/x/xterm/xterm.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xterm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}