From 8e11f269ce352df26af7c44d283131494dcd70fa Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 11 Apr 2018 20:49:32 -0400 Subject: status bar, arrow keys, ins/del --- initrd/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initrd') diff --git a/initrd/init b/initrd/init index 6c5acac..68ef07d 100644 --- a/initrd/init +++ b/initrd/init @@ -1,5 +1,5 @@ while (1) { - rect(0, 0, 480, 320, 0) + rect(0, 0, 480, 300, 0) ppos(0, 0) print("Free mem: ") -- cgit v1.2.3