summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c2.cpp')
-rw-r--r--c2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c2.cpp b/c2.cpp
index 26d1962..af843f2 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -807,6 +807,7 @@ struct C2 : public App {
}
void on_text_input(const char* buf) override {
+ ui->text_input(buf);
}
};