From 01f4ab89dd2c668e64af5459a615e50eb630dfc1 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 21:59:50 -0400 Subject: send output --- input_field.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input_field.c') 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; } } -- cgit v1.2.3