fix typo: CSI header
parent
1baf8928a0
commit
69e4428d80
|
|
@ -230,7 +230,7 @@ pub const Action = union(enum) {
|
||||||
unbind: void,
|
unbind: void,
|
||||||
|
|
||||||
/// Send a CSI sequence. The value should be the CSI sequence without the
|
/// Send a CSI sequence. The value should be the CSI sequence without the
|
||||||
/// CSI header (`ESC ]` or `\x1b]`).
|
/// CSI header (`ESC [` or `\x1b[`).
|
||||||
csi: []const u8,
|
csi: []const u8,
|
||||||
|
|
||||||
/// Send an `ESC` sequence.
|
/// Send an `ESC` sequence.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue