diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-20 15:10:21 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-20 15:10:21 -0400 |
| commit | 93e2d267acbd7dd123d89d214a868f957a0a8bd0 (patch) | |
| tree | 65cdffcdf0d42120275e920293148b568f07b496 /input_field.c | |
| parent | 1bfc17ba8ce16ef8bfc505f2d9747adb55222ae6 (diff) | |
cursor and box shader
Diffstat (limited to 'input_field.c')
| -rw-r--r-- | input_field.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/input_field.c b/input_field.c index 9f34120..bb8023a 100644 --- a/input_field.c +++ b/input_field.c @@ -89,7 +89,6 @@ bool type_key(client_state* state, xkb_keysym_t keysym) { // submit line if (keysym == XKB_KEY_Return || keysym == XKB_KEY_KP_Enter) { submit_line(state); - update_text_buffer(state); return false; } |
