summaryrefslogtreecommitdiff
path: root/client/ui_start.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-06 18:32:04 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-06 18:32:04 +0200
commit8c1d31ef16745cee07059788386cd88c718092ac (patch)
treee944221ef69f38393790e337e85eb9edfe17a559 /client/ui_start.c
parenta909440c7671075127a98cffd7f1714114fc17bd (diff)
code organization
Diffstat (limited to 'client/ui_start.c')
-rw-r--r--client/ui_start.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/ui_start.c b/client/ui_start.c
new file mode 100644
index 0000000..b656c35
--- /dev/null
+++ b/client/ui_start.c
@@ -0,0 +1,7 @@
+#include "ui.h"
+#include "i18n.h"
+
+void w2_ui_tab_start(bool first) {
+ refresh();
+ w2_wmvaddstr(g_w2_ui_pad_body, 0, 0, W2_UI_TAB_START_MESSAGE);
+}