✨ Added box to main st, kept old bst
This commit is contained in:
parent
8d52525889
commit
4de41c65c1
42 changed files with 13849 additions and 6 deletions
3
st/st.c
3
st/st.c
|
|
@ -1284,6 +1284,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue