From 48feffd829f30d393b39ae1cbdc7bf3eddca7652 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Feb 2026 13:08:23 -0500 Subject: WIP, still not working. --- uitest/test.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'uitest/test.c') diff --git a/uitest/test.c b/uitest/test.c index 93264dd..056eb48 100644 --- a/uitest/test.c +++ b/uitest/test.c @@ -32,6 +32,12 @@ int main() { scr_print(0, buf); } + scr_print(0, "login:\n"); + strcpy(buf, "Urchlay"); + edbox_readline(buf, sizeof(buf)); + scr_print(0, "You are logged in as "); + scr_print(0, buf); + scr_print(0, "Hold Start and press:\n"); scr_print(0, "N: Create new screen, C: Close screen\n"); scr_print(0, "1-7: Switch to screen (if exists).\n"); -- cgit v1.2.3