fix typo: CSI header (#4565)

Fixes a typo in the keybindings documentation comments.
Originally opened on the website repo at
https://github.com/ghostty-org/website/pull/259
pull/4656/head
Mitchell Hashimoto 2025-01-04 14:27:23 -08:00 committed by GitHub
commit 305e5b3533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.