aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 53c524f..8e39ec2 100644
--- a/st.c
+++ b/st.c
@@ -2319,7 +2319,7 @@ tresize(int col, int row) {
2319 tmoveto(term.c.x, term.c.y); 2319 tmoveto(term.c.x, term.c.y);
2320 /* Clearing both screens */ 2320 /* Clearing both screens */
2321 orig = term.line; 2321 orig = term.line;
2322 do { 2322 do {
2323 if(mincol < col && 0 < minrow) { 2323 if(mincol < col && 0 < minrow) {
2324 tclearregion(mincol, 0, col - 1, minrow - 1); 2324 tclearregion(mincol, 0, col - 1, minrow - 1);
2325 } 2325 }