mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-19 11:27:10 +00:00
termio: use u2 for length
This commit is contained in:
@@ -209,7 +209,7 @@ const State = union(enum) {
|
||||
/// DECRQSS
|
||||
decrqss: struct {
|
||||
data: [2]u8 = undefined,
|
||||
len: usize = 0,
|
||||
len: u2 = 0,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user