From f31a0a48a2408d38faaaae2d0fb91528e3c2c20e Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 22 May 2026 12:35:36 -0400 Subject: Update config --- src/st/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/st/st.c') 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); -- cgit v1.3-2-g0d8e