summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/screen.h b/client/screen.h
index 10c8fd4f..3321c2ff 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -138,6 +138,7 @@ private:
virtual void on_key_press(RedKey key);
virtual void on_key_release(RedKey key);
+ virtual void on_char(uint32_t ch);
virtual void on_deactivate();
virtual void on_activate();