mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
parent
7a581fe4e1
commit
714fcffaa8
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…
Reference in New Issue
Block a user