diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entry.h b/src/entry.h index 1b8bfe4..01cf1b9 100644 --- a/src/entry.h +++ b/src/entry.h @@ -12,9 +12,9 @@ #include "surface.h" #include "string_vec.h" -#define MAX_INPUT_LENGTH 128 -#define MAX_PROMPT_LENGTH 128 -#define MAX_FONT_NAME_LENGTH 128 +#define MAX_INPUT_LENGTH 256 +#define MAX_PROMPT_LENGTH 256 +#define MAX_FONT_NAME_LENGTH 256 struct entry { struct image image; |