aboutsummaryrefslogtreecommitdiff
path: root/client/ui.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-30 17:42:35 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-30 17:42:35 +0200
commit139651d45a72d57c5147e2854647d95cb87c9e4e (patch)
treed88e78dd9fbae16334b18fb9e6cb1e07b65f0cde /client/ui.c
parent056c70e0861bd1b95007e08df86ac4c4d83f2165 (diff)
`make format`
Diffstat (limited to 'client/ui.c')
-rw-r--r--client/ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/ui.c b/client/ui.c
index 999e4eb..ca96efb 100644
--- a/client/ui.c
+++ b/client/ui.c
@@ -7,12 +7,12 @@
#include "main.h"
#include "strings.h"
#include "term.h"
-#include "ui.h"
#include "time.h"
+#include "ui.h"
WINDOW *g_w2_ui_win;
-unsigned int g_w2_ui_width = 0;
-unsigned int g_w2_ui_height = 0;
+unsigned int g_w2_ui_width = 0;
+unsigned int g_w2_ui_height = 0;
void (*g_w2_ui_current_tab)() = &w2_ui_dirc;
void w2_ui_main() {