summaryrefslogtreecommitdiff
path: root/client/ui_errcatch.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-07 10:58:01 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-07 10:58:01 +0200
commit0b246d96f4928755b50a005dd954f051c717ed02 (patch)
treed6763257d11f79beb1f6c10bfc0fd7fa6ee0072d /client/ui_errcatch.c
parent9256315371ad5a67eaee80cf7453d2885a59f5c3 (diff)
implemented tab key handlers
Diffstat (limited to 'client/ui_errcatch.c')
-rw-r--r--client/ui_errcatch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/ui_errcatch.c b/client/ui_errcatch.c
index abfbe22..2d695aa 100644
--- a/client/ui_errcatch.c
+++ b/client/ui_errcatch.c
@@ -35,6 +35,10 @@ char *w2_err_format(w2_s_error *error) {
return ret_str;
}
+void w2_ui_onkey_errcatch(int ch) {
+
+}
+
void w2_ui_tab_errcatch(bool first) {
g_w2_errcatch_log_line = 0;
g_w2_ui_pad_body_scroll = 5 - g_w2_ui_height;