Age | Commit message (Collapse) | Author |
|
As malloc() has been recently introduced into the Hyra libc, we should
take advantage of it to allow us to share windows between functions
without relying on the stack.
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
Signed-off-by: Ian Moffett <ian@osmora.org>
|
|
- Add basic structures and defines for describing a window
- Add basic window drawing routines
- Draw demo/test window
Signed-off-by: Ian Moffett <ian@osmora.org>
|