aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:44:04 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:44:04 -0600
commit78fb0baf1539b0af238cac1579664deefddffbbc (patch)
tree7670c3be12f6fb2aa4a27b5094a3cd3b0df837bc /st.h
parent9d70dfc76159cffc6d85530ce7d9897118d9677c (diff)
Add anysize patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
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 */