summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index cbac631..02655b4 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -108,6 +108,7 @@ typedef struct t_textbox_history_entry
typedef struct t_textbox_state
{
bool deselect_on_enter;
+ bool accept_newline;
char *buffer;
s32 selection_start_index;
bool state;