mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
terminfo: add Smulx (underline styles) entry
Add a terminfo entry for Smulx, which advertises support for curly, dashed, dotted, etc underlines Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
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