mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
fix: update Se terminfo entry to reset cursor to configured default
This commit is contained in:
@@ -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" } },
|
||||
|
||||
Reference in New Issue
Block a user