update to 0.8.5 (apply patch st-csi_22_23-0.8.5.diff)

This commit is contained in:
wael
2022-04-11 21:28:43 +03:00
committed by Łukasz Pankowski
parent 01873515e4
commit f37ea1f018
4 changed files with 74 additions and 9 deletions

4
win.h
View File

@@ -33,7 +33,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);