dashed underlines

This commit is contained in:
Mitchell Hashimoto
2022-11-27 15:44:12 -08:00
parent 6a32a30a16
commit fee681ac78
4 changed files with 19 additions and 0 deletions

View File

@@ -1010,6 +1010,7 @@ pub fn updateCell(
.single => .underline,
.double => .underline_double,
.dotted => .underline_dotted,
.dashed => .underline_dashed,
else => .underline,
};