diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-13 23:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-13 23:02:26 +0100 |
commit | 1eefbd28e83d6031a50b7afe44e77b391ad215eb (patch) | |
tree | a19aa5ed6cd51ec50803d790abcdff5c51501dab /grid.c | |
parent | b5b5d35eee1890daa7627556425ed32b5e4491fa (diff) | |
parent | 1ee944a19def82cb62abf6ab92c17eb30df77a41 (diff) | |
download | rtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.tar.gz rtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.tar.bz2 rtmux-1eefbd28e83d6031a50b7afe44e77b391ad215eb.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |