parent
7a581fe4e1
commit
714fcffaa8
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
|
@ -2748,7 +2748,7 @@ strhandle(void)
|
||||||
} else {
|
} else {
|
||||||
term.images = newimages;
|
term.images = newimages;
|
||||||
}
|
}
|
||||||
#if COLUMNS_PATCH && !REFLOW
|
#if COLUMNS_PATCH && !REFLOW_PATCH
|
||||||
x2 = MIN(x2, term.maxcol) - 1;
|
x2 = MIN(x2, term.maxcol) - 1;
|
||||||
#else
|
#else
|
||||||
x2 = MIN(x2, term.col) - 1;
|
x2 = MIN(x2, term.col) - 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue