mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
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:
parent
0c4dc8dfec
commit
62f7ed5108
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue