summaryrefslogtreecommitdiff
path: root/misc/dt/patches/patch-ac
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-02-11 18:24:55 +0000
committerfredb <fredb@pkgsrc.org>2002-02-11 18:24:55 +0000
commita4a82e30d9e5dac46032d5b63bc9de449229449d (patch)
tree52c96a1510d59b7e5d76c66fc38cea33ab01a639 /misc/dt/patches/patch-ac
parentbd157c0e9d70ca5833073fe71ab300eaa0e87a96 (diff)
downloadpkgsrc-a4a82e30d9e5dac46032d5b63bc9de449229449d.tar.gz
Work around an old bug that causes the display to become corrupted when
the actual, display line width exceeds the size of the array allotted for it, by increasing the size of said array to 224 characters. This is good to about 1350 pixels horizontal with the small font, or nearly 1800 with the large font.
Diffstat (limited to 'misc/dt/patches/patch-ac')
-rw-r--r--misc/dt/patches/patch-ac11
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/dt/patches/patch-ac b/misc/dt/patches/patch-ac
index 2ec7f0031d4..21f5c9ea6c5 100644
--- a/misc/dt/patches/patch-ac
+++ b/misc/dt/patches/patch-ac
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.1 2002/02/10 22:49:55 fredb Exp $
+$NetBSD: patch-ac,v 1.2 2002/02/11 18:24:55 fredb Exp $
--- vt.h.orig Sun Jun 9 07:32:33 1996
+++ vt.h Thu Feb 7 09:12:59 2002
+@@ -5,7 +5,7 @@
+ */
+
+ #define VT_MAXVT 9
+-#define VT_MAXCOLS 132
++#define VT_MAXCOLS 224
+ #define VT_MAXROWS 100
+ #define VT_POOLSIZE (VT_MAXVT * (VT_MAXROWS + 1))
+
@@ -20,6 +20,7 @@
#define T_REVERSE 0x04
#define T_SELECTED 0x08