Adding the CSI 22, 23 patch

This commit is contained in:
bakkeby 2021-08-18 10:07:42 +02:00
parent b84e8366ab
commit 271a807111
5 changed files with 123 additions and 1 deletions

6
win.h
View file

@ -41,7 +41,13 @@ void xfinishdraw(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
void xseticontitle(char *);
#if CSI_22_23_PATCH
void xfreetitlestack(void);
void xsettitle(char *, int);
void xpushtitle(void);
#else
void xsettitle(char *);
#endif // CSI_22_23_PATCH
int xsetcursor(int);
void xsetmode(int, unsigned int);
void xsetpointermotion(int);