diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 21:59:50 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-17 21:59:50 -0400 |
| commit | 01f4ab89dd2c668e64af5459a615e50eb630dfc1 (patch) | |
| tree | cffa4bbe3453d8ae815c6d924004df58d8bb7a29 /input_field.c | |
| parent | 42af50b090f03e920368de3fd6872cf5b62c918e (diff) | |
send output
Diffstat (limited to 'input_field.c')
| -rw-r--r-- | input_field.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input_field.c b/input_field.c index 03ddbcf..14c34f7 100644 --- a/input_field.c +++ b/input_field.c @@ -56,6 +56,6 @@ bool type_key(client_state* state, xkb_keysym_t keysym) { void submit_line(client_state* state) { if (state->input_buffer) { printf("%.*s\n", (int)array_size(state->input_buffer), state->input_buffer); - array_clear(state->input_buffer); + state->running = false; } } |
