terminal: C0.BS

This commit is contained in:
Mitchell Hashimoto
2022-04-18 12:35:15 -07:00
parent fc8bd859db
commit 753a946fd5
2 changed files with 27 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
/// This is not complete, control characters are only added to this
/// as the terminal emulator handles them.
pub const C0 = enum(u7) {
/// Backspace
BS = 0x08,
/// Line feed
LF = 0x0A,
/// Carriage return