summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Panel.h b/Panel.h
index fb588789..bc838105 100644
--- a/Panel.h
+++ b/Panel.h
@@ -117,4 +117,7 @@ void Panel_draw(Panel* this, bool focus);
bool Panel_onKey(Panel* this, int key);
+
+HandlerResult Panel_selectByTyping(Panel* this, int ch);
+
#endif