mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #516 from rockorager/Smulx
terminfo: add Smulx (underline styles) entry
This commit is contained in:
@ -92,6 +92,9 @@ pub const ghostty: Source = .{
|
||||
// verified with some other terminals (looks similar).
|
||||
.{ .name = "acsc", .value = .{ .string = "++\\,\\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~" } },
|
||||
|
||||
// Curly, dashed, etc underlines
|
||||
.{ .name = "Smulx", .value = .{ .string = "\\E[4:%p1%dm" } },
|
||||
|
||||
// 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