summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-06 19:54:20 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-06 19:54:20 +0100
commit4c4c128faca10d54af6da25891b2fbbb2b8444e6 (patch)
tree8d2e5315763a97987f847e4fab6fc5f7f90790ec /src/ui.h
parent0064bb8b06ee74750ee21274b1e48ff1378d220e (diff)
automated sync
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;