summaryrefslogtreecommitdiff
path: root/src/entry.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-23 15:39:50 +0100
committerPhil Jones <philj56@gmail.com>2022-06-23 15:39:50 +0100
commit75d76dbded46e0c8f106deb31a547924dd990413 (patch)
treecb9c1f04c4dddf1e1f46dc28f09646596dca911b /src/entry.h
parent0dad59e82d77186d81063b409a7ea2cef15b0f40 (diff)
Fix default sizes and hide_cursor option.
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h6
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;