$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