aboutsummaryrefslogtreecommitdiff
path: root/keybind.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-27 19:40:08 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-27 19:40:08 -0400
commite42d9bb1834678fb0275dbcdfc84bc80b1ca27a8 (patch)
tree206311382255c1bb04169b08aea9839fb95dc7f4 /keybind.h
parent2033b55f91876c8fc0d4cd3cdf9c67972ad5490c (diff)
add prompt
Diffstat (limited to 'keybind.h')
-rw-r--r--keybind.h2
1 files changed, 2 insertions, 0 deletions
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_