diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:12:32 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:12:32 -0600 |
commit | b317320ed62cf0a7e1aeade4a6d9a6f780d6c7e0 (patch) | |
tree | f80e1f8e9b0c11f371327411177c46ded04b1a8b /win.h | |
parent | db8eea792ac95be0d5a118480b296783bf774705 (diff) |
add csi_22_23 patch
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); |