From 62f7ed51080f34af242de3ffb56680bd45f7ea5f Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 20 Dec 2005 23:33:20 +0000 Subject: [PATCH] for plugins, mostly. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1726 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/console.h b/engine/common/console.h index 49fc7d950..60ca237c5 100644 --- a/engine/common/console.h +++ b/engine/common/console.h @@ -67,6 +67,7 @@ typedef struct console_s int linewidth; int totallines; int vislines; + qboolean unseentext; int commandcompletion; //allows tab completion of quake console commands void (*linebuffered) (struct console_s *con, char *line); //if present, called on enter, causes the standard console input to appear. void (*redirect) (struct console_s *con, int key); //if present, called every characture.