summaryrefslogtreecommitdiff
path: root/misc/dt
diff options
context:
space:
mode:
authorfredb <fredb>2002-02-11 18:24:55 +0000
committerfredb <fredb>2002-02-11 18:24:55 +0000
commit2374b08e176bf8bb8751e9b43276e53a18598a6e (patch)
tree52c96a1510d59b7e5d76c66fc38cea33ab01a639 /misc/dt
parent3c2644ae905429747c7429f5702df17c0f7f67c9 (diff)
downloadpkgsrc-2374b08e176bf8bb8751e9b43276e53a18598a6e.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')
-rw-r--r--misc/dt/distinfo4
-rw-r--r--misc/dt/patches/patch-ac11
2 files changed, 12 insertions, 3 deletions
diff --git a/misc/dt/distinfo b/misc/dt/distinfo
index bf14b6e3664..2e8452d186c 100644
--- a/misc/dt/distinfo
+++ b/misc/dt/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2002/02/10 22:49:54 fredb Exp $
+$NetBSD: distinfo,v 1.4 2002/02/11 18:24:55 fredb Exp $
SHA1 (dt-1.1.7.tar.gz) = 024c3137185dd93ced163e82227f53cfb79b993e
Size (dt-1.1.7.tar.gz) = 119975 bytes
SHA1 (patch-aa) = 9877c123f2f7f13ece91b40a70fb490524e53f18
SHA1 (patch-ab) = 9d9971e5eaf8c7e8d7206d4174dfa4ccc8baae46
-SHA1 (patch-ac) = 7db0a983bceb13b2d723f69b10f0155b40f510e5
+SHA1 (patch-ac) = c97b65485e053588b36acb0b1f97ad5bc56cdf74
SHA1 (patch-ad) = 9e59b43fe53c9873e7e71c9ffe00c21e4a178c6b
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