From c70ea026971c1471a6a39294db7aa4a0935ab478 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Tue, 3 Feb 2026 10:21:03 +0000 Subject: Patched scrollback and newterm into st --- st/x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st/x.c') diff --git a/st/x.c b/st/x.c index d73152b..43eeeba 100755 --- a/st/x.c +++ b/st/x.c @@ -869,8 +869,8 @@ xhints(void) sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize; sizeh->height = win.h; sizeh->width = win.w; - sizeh->height_inc = win.ch; - sizeh->width_inc = win.cw; + sizeh->height_inc = 1; + sizeh->width_inc = 1; sizeh->base_height = 2 * borderpx; sizeh->base_width = 2 * borderpx; sizeh->min_height = win.ch + 2 * borderpx; -- cgit v1.2.3