Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | kernel: cons: Clear entire screen on demand | Ian Moffett | |
- Flush the entire output buffer - Wipe the whole screen with "bg" - The entire console will now be cleared when a "\033[H" sequence is encountered Signed-off-by: Ian Moffett <ian@osmora.org> | |||
6 days | kernel: cons: Add ANSI cursor pos reset sequence | Ian Moffett | |
- Add support for the "\033[H" ANSI escape sequence to reset the cursor to the 'home' position Signed-off-by: Ian Moffett <ian@osmora.org> | |||
10 days | kernel: cons: Add initial ANSI escape seq impl | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |