mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 06:15:21 +00:00
fix: add missing 'o'
This commit is contained in:
parent
028134055c
commit
8890190857
@ -78,13 +78,14 @@ pub const control_code = struct {
|
||||
pub const rs = 0x1E;
|
||||
/// Unit separator.
|
||||
pub const us = 0x1F;
|
||||
|
||||
/// Delete.
|
||||
pub const del = 0x7F;
|
||||
|
||||
/// An alias to `dc1`.
|
||||
pub const xon = dc1;
|
||||
/// An alias to `dc3`.
|
||||
pub const xff = dc3;
|
||||
pub const xoff = dc3;
|
||||
};
|
||||
|
||||
const tIndex = enum(u3) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user