mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-13 01:20:49 +00:00
config: add string parse, tests
This commit is contained in:
@@ -134,7 +134,10 @@ pub const Action = union(enum) {
|
||||
/// Send an ESC sequence.
|
||||
esc: []const u8,
|
||||
|
||||
// Send the given text. Uses Zig string literal syntax.
|
||||
// Send the given text. Uses Zig string literal syntax. The maximum
|
||||
// length of the string is 128 bytes. This is currently not validated.
|
||||
// If the text is invalid (i.e. contains an invalid escape sequence),
|
||||
// the error will currently only show up in logs.
|
||||
text: []const u8,
|
||||
|
||||
/// Send data to the pty depending on whether cursor key mode is
|
||||
|
||||
Reference in New Issue
Block a user