aboutsummaryrefslogtreecommitdiff
path: root/st/st-expected-anysize-0.9.diff
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-03 10:21:03 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-03 10:21:03 +0000
commitc70ea026971c1471a6a39294db7aa4a0935ab478 (patch)
treeba3120e8ae8753b4804406d2a258d7bfd2ee06fa /st/st-expected-anysize-0.9.diff
parente25732524f314221881670dfe3226fb4bc911ba9 (diff)
Patched scrollback and newterm into st
Diffstat (limited to 'st/st-expected-anysize-0.9.diff')
-rwxr-xr-xst/st-expected-anysize-0.9.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/st/st-expected-anysize-0.9.diff b/st/st-expected-anysize-0.9.diff
new file mode 100755
index 0000000..e3479de
--- /dev/null
+++ b/st/st-expected-anysize-0.9.diff
@@ -0,0 +1,15 @@
+diff --git a/x.c b/x.c
+index aa09997..ea6e016 100644
+--- a/x.c
++++ b/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;