diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-19 13:14:39 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-04-19 13:14:39 -0400 |
commit | 5df5c67397e2800182e5016ab89bbd17e4e67a5b (patch) | |
tree | 2df26f9b2de074d716aa5b192abac6f5952fa42d /initrd/init | |
parent | 1a11ab00d898c4484bc0f518a1d53b1f4cbf5fb4 (diff) |
better text managment
Diffstat (limited to 'initrd/init')
-rw-r--r-- | initrd/init | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/initrd/init b/initrd/init index 68ef07d..7592b4a 100644 --- a/initrd/init +++ b/initrd/init @@ -1,10 +1,8 @@ while (1) { - rect(0, 0, 480, 300, 0) - ppos(0, 0) - print("Free mem: ") print(freemem()) print("\n") choice = filemenu() program(choice) + clear() } |