From 6eb2ff79c06c6d5acab3070937a680ff3494ba50 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 22 Sep 2007 20:55:11 +0000 Subject: * Merge of ioq3-r1186 --- src/client/keys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/keys.h') 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]; -- cgit