From e42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Mon, 27 Oct 2025 19:40:08 -0400 Subject: add prompt --- keybind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keybind.h') diff --git a/keybind.h b/keybind.h index a574093..edda3b4 100644 --- a/keybind.h +++ b/keybind.h @@ -31,4 +31,6 @@ key_repeat_t delete_char(client_state* state); key_repeat_t delete_char_backward(client_state* state); key_repeat_t clear_input(client_state* state); + +key_repeat_t paste_from_clipboard(client_state* state); #endif // KEYBIND_H_ -- cgit v1.2.3