mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 01:16:33 +00:00
terminal: C0.BS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user