terminfo: fixup Sync terminfo string

The closing string on a conditional is "%;", not "%".
This commit is contained in:
Gregory Anders
2023-11-06 13:48:01 -06:00
parent 61b24a2f5c
commit f58478822c

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" } },