From 78fb0baf1539b0af238cac1579664deefddffbbc Mon Sep 17 00:00:00 2001 From: twells46 <173561638+twells46@users.noreply.github.com> Date: Sat, 29 Nov 2025 08:44:04 -0600 Subject: Add anysize patch --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index 0d04bd8..dae70e0 100644 --- a/st.h +++ b/st.h @@ -146,6 +146,7 @@ typedef union { typedef struct { int tw, th; /* tty width and height */ int w, h; /* window width and height */ + int hborderpx, vborderpx; int ch; /* char height */ int cw; /* char width */ int mode; /* window state/mode flags */ -- cgit v1.2.3