aboutsummaryrefslogtreecommitdiff
path: root/src/st/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/st/st.c')
-rw-r--r--src/st/st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/st/st.c b/src/st/st.c
index 3286a8f..9819cf7 100644
--- a/src/st/st.c
+++ b/src/st/st.c
@@ -3209,7 +3209,7 @@ draw(void)
LIMIT(term.ocy, 0, term.row-1);
if (term.line[term.ocy][term.ocx].mode & ATTR_WDUMMY)
term.ocx--;
- if (term.line[term.c.y][cx].mode & ATTR_WDUMMY)
+ if (term.line[term.c.y][cx].mode & ATTR_WDUMMY)
cx--;
drawregion(0, 0, term.col, term.row);