aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/keys.h')
-rw-r--r--code/client/keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/client/keys.h b/code/client/keys.h
index 851d367..0168468 100644
--- a/code/client/keys.h
+++ b/code/client/keys.h
@@ -33,8 +33,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];