summaryrefslogtreecommitdiff
path: root/src/resize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resize.c')
-rw-r--r--src/resize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resize.c b/src/resize.c
index 61e044f..7516751 100644
--- a/src/resize.c
+++ b/src/resize.c
@@ -1048,8 +1048,8 @@ struct win *p;
}
p->w_alt.hlines = 0;
p->w_alt.histidx = 0;
-#endif
p->w_alt.histheight = 0;
+#endif
}
static void
@@ -1064,9 +1064,9 @@ struct win *p;
SWAP(mlines, ml);
SWAP(width, t);
SWAP(height, t);
- SWAP(histheight, t);
#ifdef COPY_PASTE
+ SWAP(histheight, t);
SWAP(hlines, ml);
SWAP(histidx, t);
#endif