diff --git a/st.c b/st.c index 02725e9..4721ee2 100644 --- a/st.c +++ b/st.c @@ -2748,7 +2748,7 @@ strhandle(void) } else { term.images = newimages; } - #if COLUMNS_PATCH && !REFLOW + #if COLUMNS_PATCH && !REFLOW_PATCH x2 = MIN(x2, term.maxcol) - 1; #else x2 = MIN(x2, term.col) - 1;