From 31872258b18e81d5f973080e5130ebf49db3271f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 20 Apr 2025 17:40:09 +0530 Subject: Some more lua api specs --- src/WindowActionRouter.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WindowActionRouter.hpp') diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp index b749642..c43ee04 100644 --- a/src/WindowActionRouter.hpp +++ b/src/WindowActionRouter.hpp @@ -40,6 +40,7 @@ public: KeyMode fetch_current_mode() const; DEFINE_GETTER(fetch_current_search_text, current_search_text) + DEFINE_SETTER(set_current_search_text, current_search_text) DELEGATE(&event_queue, dispatch_event, dispatch_event) DELEGATE(&event_queue, register_event, register_event) -- cgit v1.3.1