From e63a16b509b05993fc7900b6296ba8601e343976 Mon Sep 17 00:00:00 2001 From: shipwreckt Date: Thu, 16 Oct 2025 22:13:02 +0100 Subject: More small changes, added thunderbird items. --- files/config/suckless/st/st.c.orig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/config/suckless/st/st.c.orig') diff --git a/files/config/suckless/st/st.c.orig b/files/config/suckless/st/st.c.orig index 3370e7e..03e10d1 100644 --- a/files/config/suckless/st/st.c.orig +++ b/files/config/suckless/st/st.c.orig @@ -1280,6 +1280,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