diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-06 19:54:20 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-06 19:54:20 +0100 |
| commit | 4c4c128faca10d54af6da25891b2fbbb2b8444e6 (patch) | |
| tree | 8d2e5315763a97987f847e4fab6fc5f7f90790ec /src/ui.h | |
| parent | 0064bb8b06ee74750ee21274b1e48ff1378d220e (diff) | |
automated sync
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
