summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-14 03:02:26 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-14 03:02:26 +0300
commit8d06917df748f961943870eb102d5f283737ce19 (patch)
tree13c4d42318a697f2173c3745cda77f1ea9b94f93 /st.c
parentb40ce8559698d1442ced6e537fb18091f1343fb8 (diff)
Cleaned up the repository and patched boxdraw successfully.0.9-Mainline
Changes to be committed: modified: Makefile new file: Makefile.orig deleted: boxdraw.c deleted: boxdraw_data.h modified: config.def.h.orig deleted: config.def.h.rej modified: st.c modified: st.c.orig deleted: st.c.rej modified: st.h modified: st.h.orig deleted: st.h.rej deleted: st.o modified: x.c modified: x.c.orig deleted: x.o
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/st.c b/st.c
index 3a0c2e9..bbd138f 100644
--- a/st.c
+++ b/st.c
@@ -1283,9 +1283,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