From 2ecf199cf70d24e1ac359640c21cc79a81b68461 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 23 Jul 2006 22:45:24 +0000 Subject: Horizontally scroll in larger increments when on the Linux console because of slow update of unaccelerated fb --- CRT.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 155dc2ee..1f6020bd 100644 --- a/CRT.h +++ b/CRT.h @@ -107,6 +107,8 @@ extern int CRT_colorScheme; extern int CRT_colors[LAST_COLORELEMENT]; +char* CRT_termType; + // TODO: pass an instance of Settings instead. void CRT_init(int delay, int colorScheme); -- cgit v1.2.3