diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-20 17:40:09 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:15:41 +0530 |
| commit | 31872258b18e81d5f973080e5130ebf49db3271f (patch) | |
| tree | 6b70d71d2f9d845ffa2798df89010f347040d381 /src/WindowActionRouter.hpp | |
| parent | b4b6a646b3a7a7f6c7e990c67f208b76f4b5f748 (diff) | |
| download | null-browser-31872258b18e81d5f973080e5130ebf49db3271f.tar.gz null-browser-31872258b18e81d5f973080e5130ebf49db3271f.zip | |
Some more lua api specs
Diffstat (limited to '')
| -rw-r--r-- | src/WindowActionRouter.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
