aboutsummaryrefslogtreecommitdiff
path: root/uitest/test.c
diff options
context:
space:
mode:
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");