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