summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/application.cpp b/client/application.cpp
index 943fb3b7..8345f390 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -907,7 +907,12 @@ void Application::on_key_up(RedKey key)
}
do_on_key_up(key);
- }
+}
+
+void Application::on_char(uint32_t ch)
+{
+ _key_handler->on_char(ch);
+}
void Application::on_deactivate_screen(RedScreen* screen)
{