From f1bf0a483e917b67cf9db6483072db261f7688c3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Feb 2026 03:45:41 -0500 Subject: Start welding the new UI code to the client. Compiles but doesn't work yet... --- src/screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 5762009..849133c 100644 --- a/src/screen.h +++ b/src/screen.h @@ -9,6 +9,8 @@ #define SCR_INACTIVE 1 #define SCR_ACTIVE 2 +#define SCR_SERVER 0 +#define SCR_PRIV 1 #define SCR_CURR 0xff /**** public API ****/ -- cgit v1.2.3