summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c2.cpp')
-rw-r--r--c2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c2.cpp b/c2.cpp
index d457443..26d1962 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -805,6 +805,9 @@ struct C2 : public App {
ui->layout(w, h);
dev->on_resize();
}
+
+ void on_text_input(const char* buf) override {
+ }
};