mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #828 from gpanders/main
terminfo: fixup Sync terminfo string
This commit is contained in:
@ -120,7 +120,7 @@ pub const ghostty: Source = .{
|
||||
.{ .name = "Ms", .value = .{ .string = "\\E]52;%p1%s;%p2%s\\007" } },
|
||||
|
||||
// Synchronized output
|
||||
.{ .name = "Sync", .value = .{ .string = "\\E[?2026%?%p1%{1}%-%tl%eh%" } },
|
||||
.{ .name = "Sync", .value = .{ .string = "\\E[?2026%?%p1%{1}%-%tl%eh%;" } },
|
||||
|
||||
// Bracketed paste mode
|
||||
.{ .name = "BD", .value = .{ .string = "\\E[?2004l" } },
|
||||
|
Reference in New Issue
Block a user