summaryrefslogtreecommitdiff
path: root/misc/dt/patches/patch-ac
blob: 21f5c9ea6c5276bb9a0a7caf33399ed648c15137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$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
 #define T_INSERT	0x10
+#define T_G0		0x20
 
 /* Cursor types */
 #define C_BLOCK		0x01