Merge pull request #828 from gpanders/main

terminfo: fixup Sync terminfo string
This commit is contained in:
Mitchell Hashimoto
2023-11-06 11:52:00 -08:00
committed by GitHub

View File

@ -120,7 +120,7 @@ pub const ghostty: Source = .{
.{ .name = "Ms", .value = .{ .string = "\\E]52;%p1%s;%p2%s\\007" } }, .{ .name = "Ms", .value = .{ .string = "\\E]52;%p1%s;%p2%s\\007" } },
// Synchronized output // 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 // Bracketed paste mode
.{ .name = "BD", .value = .{ .string = "\\E[?2004l" } }, .{ .name = "BD", .value = .{ .string = "\\E[?2004l" } },