summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index a3c4bef..02b2850 100644
--- a/st.c
+++ b/st.c
@@ -1311,7 +1311,7 @@ tsetchar(Rune u, const Glyph *attr, int x, int y)
line[x].u = u;
if (isboxdraw(u))
- term.line[y][x].mode |= ATTR_BOXDRAW;
+ line[x].mode |= ATTR_BOXDRAW;
}
void