diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-08 21:41:30 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-08 21:41:30 -0600 |
commit | d8e0ba487eca7164aed1d1fde1258558a6e44368 (patch) | |
tree | f9bc22b98f3450252a52c79a6bdeca2fe5b814b8 /win.h | |
parent | 6009e6e25bdff9548f085e9ae562b1ca305d3a0b (diff) | |
download | st-d8e0ba487eca7164aed1d1fde1258558a6e44368.tar.xz st-d8e0ba487eca7164aed1d1fde1258558a6e44368.zip |
add patches and configtj-0.9.2.00.9.2.0
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ void xloadcols(void); int xsetcolorname(int, const char *); int xgetcolor(int, unsigned char *, unsigned char *, unsigned char *); void xseticontitle(char *); -void xsettitle(char *); +void xfreetitlestack(void); +void xsettitle(char *, int); +void xpushtitle(void); int xsetcursor(int); void xsetmode(int, unsigned int); void xsetpointermotion(int); |