diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-11 20:49:32 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-11 20:49:32 -0400 |
commit | 8e11f269ce352df26af7c44d283131494dcd70fa (patch) | |
tree | be0cbdfb115c0ec9f334b9dd9476d2a59ef3a93a /initrd/init | |
parent | 0726b60a6e32760fbadd1cdd39362c9c7a0fd9cc (diff) |
status bar, arrow keys, ins/del
Diffstat (limited to 'initrd/init')
-rw-r--r-- | initrd/init | 2 |
1 files changed, 1 insertions, 1 deletions
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: ") |