for plugins, mostly.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1726 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-20 23:33:20 +00:00
parent 0c4dc8dfec
commit 62f7ed5108
1 changed files with 1 additions and 0 deletions

View File

@ -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.