Adding the CSI 22, 23 patch
This commit is contained in:
parent
b84e8366ab
commit
271a807111
5 changed files with 123 additions and 1 deletions
6
win.h
6
win.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue