From 1ae24861a06d773836fb674814aa03df90bbb095 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 22 Oct 2025 22:23:00 +0100 Subject: Updated install script, some configs, added vimwiki, added doas def --- files/config/suckless/st/st.c.orig | 3 --- 1 file changed, 3 deletions(-) (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 03e10d1..3370e7e 100644 --- a/files/config/suckless/st/st.c.orig +++ b/files/config/suckless/st/st.c.orig @@ -1280,9 +1280,6 @@ 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