From 0855afdb1ea7734501914679e50be3d324744d83 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 19 Nov 2022 10:30:18 +0000 Subject: Add support for pasting from clipboard. --- src/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h index f78c365..cb6c456 100644 --- a/src/input.h +++ b/src/input.h @@ -5,5 +5,6 @@ #include "tofi.h" void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode); +void input_refresh_results(struct tofi *tofi); #endif /* INPUT_H */ -- cgit v1.2.3