diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
commit | fedc13d6564dcf110ba3b7faca3c34a28c7905cb (patch) | |
tree | 422a499d46e5e63618201054218300e04ed134fe /client/ui_start.c | |
parent | ae8beb20a2a837824cfda4d748fbe07b26a161f0 (diff) |
error logging working
Diffstat (limited to 'client/ui_start.c')
-rw-r--r-- | client/ui_start.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/ui_start.c b/client/ui_start.c index 7608792..118bc01 100644 --- a/client/ui_start.c +++ b/client/ui_start.c @@ -2,6 +2,7 @@ #include "ui.h" void w2_ui_tab_start(bool first) { + g_w2_ui_pad_body_scroll = 0; refresh(); w2_wmvaddstr(g_w2_ui_pad_body, 0, 0, W2_UI_TAB_START_MESSAGE); } |