diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-22 22:23:00 +0100 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-22 22:23:00 +0100 |
| commit | 1ae24861a06d773836fb674814aa03df90bbb095 (patch) | |
| tree | 23c9ae7a23593be5aa1d78b1cb0d9b0cc7a255a1 /files/config/suckless/st/st.c.orig | |
| parent | e63a16b509b05993fc7900b6296ba8601e343976 (diff) | |
Updated install script, some configs, added vimwiki, added doas def
Diffstat (limited to 'files/config/suckless/st/st.c.orig')
| -rw-r--r-- | files/config/suckless/st/st.c.orig | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
