diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:44:04 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:44:04 -0600 |
| commit | 78fb0baf1539b0af238cac1579664deefddffbbc (patch) | |
| tree | 7670c3be12f6fb2aa4a27b5094a3cd3b0df837bc /st.h | |
| parent | 9d70dfc76159cffc6d85530ce7d9897118d9677c (diff) | |
Add anysize patch
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |