Add support for overline (SGR 53), from Ricardo Banffy.

This commit is contained in:
nicm
2019-05-13 20:10:23 +00:00
parent 1b0512aa7e
commit 1ee944a19d
7 changed files with 20 additions and 3 deletions

1
grid.c
View File

@ -790,6 +790,7 @@ grid_string_cells_code(const struct grid_cell *lastgc,
{ GRID_ATTR_UNDERSCORE_3, 43 },
{ GRID_ATTR_UNDERSCORE_4, 44 },
{ GRID_ATTR_UNDERSCORE_5, 45 },
{ GRID_ATTR_OVERLINE, 53 },
};
n = 0;