diff options
author | Tim Angus <tim@ngus.net> | 2007-09-22 20:55:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-09-22 20:55:11 +0000 |
commit | 6eb2ff79c06c6d5acab3070937a680ff3494ba50 (patch) | |
tree | 4d14fb84712d4c7a1c2ed19b2056b0e40b445d4b /src/client/keys.h | |
parent | 0edfa2794ebbcc7019093e5d88b7ca7269704902 (diff) |
* Merge of ioq3-r1186
Diffstat (limited to 'src/client/keys.h')
-rw-r--r-- | src/client/keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/keys.h b/src/client/keys.h index 3c3fe802..a2d24da5 100644 --- a/src/client/keys.h +++ b/src/client/keys.h @@ -34,8 +34,8 @@ extern qkey_t keys[MAX_KEYS]; // NOTE TTimo the declaration of field_t and Field_Clear is now in qcommon/qcommon.h void Field_KeyDownEvent( field_t *edit, int key ); void Field_CharEvent( field_t *edit, int ch ); -void Field_Draw( field_t *edit, int x, int y, int width, qboolean showCursor ); -void Field_BigDraw( field_t *edit, int x, int y, int width, qboolean showCursor ); +void Field_Draw( field_t *edit, int x, int y, int width, qboolean showCursor, qboolean noColorEscape ); +void Field_BigDraw( field_t *edit, int x, int y, int width, qboolean showCursor, qboolean noColorEscape ); #define COMMAND_HISTORY 32 extern field_t historyEditLines[COMMAND_HISTORY]; |