fix: update Se terminfo entry to reset cursor to configured default

This commit is contained in:
Kyle Sower
2026-04-26 22:31:01 -05:00
parent 8769d32202
commit 6c68650920

View File

@@ -112,8 +112,8 @@ pub const ghostty: Source = .{
// Cursor styles
.{ .name = "Ss", .value = .{ .string = "\\E[%p1%d q" } },
// Cursor style reset
.{ .name = "Se", .value = .{ .string = "\\E[2 q" } },
// Cursor style reset (to user configured default)
.{ .name = "Se", .value = .{ .string = "\\E[0 q" } },
// OSC 52 Clipboard
.{ .name = "Ms", .value = .{ .string = "\\E]52;%p1%s;%p2%s\\007" } },