Merge pull request #516 from rockorager/Smulx

terminfo: add Smulx (underline styles) entry
This commit is contained in:
Mitchell Hashimoto
2023-09-21 14:50:28 -07:00
committed by GitHub

View File

@ -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" } },