From 31dde49c7b51bc8a9de8db08edb4008f026db35b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 18 Aug 2021 22:45:33 +0200 Subject: Fix so that the boxdraw patch is applied correctly(?), still issue with bottom graph display --- st.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'st.c') diff --git a/st.c b/st.c index ebdf360..5990f9d 100644 --- a/st.c +++ b/st.c @@ -1221,6 +1221,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 -- cgit v1.2.3-70-g09d2