mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
terminfo: add cursor styles to terminfo
Add Ss and Se definitions
This commit is contained in:
@ -98,6 +98,12 @@ pub const ghostty: Source = .{
|
||||
// Colored underlines
|
||||
.{ .name = "Setulc", .value = .{ .string = "\\E[58:2::%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%d%;m" } },
|
||||
|
||||
// Cursor styles
|
||||
.{ .name = "Ss", .value = .{ .string = "\\E[%p1%d q" } },
|
||||
|
||||
// Cursor style reset
|
||||
.{ .name = "Se", .value = .{ .string = "\\E[2 q" } },
|
||||
|
||||
// These are all capabilities that should be pretty straightforward
|
||||
// and map to input sequences.
|
||||
.{ .name = "bel", .value = .{ .string = "^G" } },
|
||||
|
Reference in New Issue
Block a user