aboutsummaryrefslogtreecommitdiff
path: root/uitest/test.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
commit48feffd829f30d393b39ae1cbdc7bf3eddca7652 (patch)
tree0db282f0c9b9a0fd9825426a51742fc37afbe128 /uitest/test.c
parentf1bf0a483e917b67cf9db6483072db261f7688c3 (diff)
downloadfujinet-chat-48feffd829f30d393b39ae1cbdc7bf3eddca7652.tar.gz
WIP, still not working.
Diffstat (limited to 'uitest/test.c')
-rw-r--r--uitest/test.c6
1 files changed, 6 insertions, 0 deletions
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");