diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-20 23:11:39 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-06 05:03:18 +0100 |
| commit | 597785bbc6fc9252b815a280e03f70ee107068ae (patch) | |
| tree | 02e513ebd7ca2a771a504c4289ca9e53596d747c /st.c | |
| parent | a0e12c2e2695ea551b2d382294b937e467d25e39 (diff) | |
boxdraw patch
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1277,6 +1277,9 @@ tsetchar(Rune u, const Glyph *attr, int x, int y) term.dirty[y] = 1; term.line[y][x] = *attr; term.line[y][x].u = u; + + if (isboxdraw(u)) + term.line[y][x].mode |= ATTR_BOXDRAW; } void |
