mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 13:27:49 +00:00
fix typo: CSI header
This commit is contained in:
@@ -230,7 +230,7 @@ pub const Action = union(enum) {
|
||||
unbind: void,
|
||||
|
||||
/// 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,
|
||||
|
||||
/// Send an `ESC` sequence.
|
||||
|
||||
Reference in New Issue
Block a user