#include "shared/shared.h"
#include "common/common.h"
#include "common/field.h"
#include "client/client.h"
#include "client/keys.h"
#include "client/video.h"
#include "refresh/refresh.h"
Go to the source code of this file.
Functions | |
void | IF_Init (inputField_t *field, size_t visibleChars, size_t maxChars) |
void | IF_Clear (inputField_t *field) |
void | IF_Replace (inputField_t *field, const char *text) |
void IF_Clear | ( | inputField_t * | field | ) |
Definition at line 56 of file field.c.
Referenced by Con_ClearTyping(), Key_Message(), Prompt_Action(), and Prompt_Clear().
void IF_Init | ( | inputField_t * | field, |
size_t | visibleChars, | ||
size_t | maxChars | ||
) |
void IF_Replace | ( | inputField_t * | field, |
const char * | text | ||
) |
Definition at line 67 of file field.c.
Referenced by Field_Push(), Prompt_CompleteHistory(), Prompt_HistoryDown(), Prompt_HistoryUp(), Push(), and start_message_mode().