Add support for OSC color sequences
Ref. - https://git.suckless.org/st/commit/8e310303903792c010d03c046ba75f8b18f7d3a7.html - https://git.suckless.org/st/commit/273db5ceaf392e68c2faf8f7dec14ea2e25e980d.html
This commit is contained in:
parent
7099c6ec73
commit
9ab02993c3
3 changed files with 76 additions and 19 deletions
3
st.h
3
st.h
|
|
@ -325,6 +325,9 @@ size_t utf8encode(Rune, char *);
|
|||
void *xmalloc(size_t);
|
||||
void *xrealloc(void *, size_t);
|
||||
char *xstrdup(const char *);
|
||||
|
||||
int xgetcolor(int x, unsigned char *r, unsigned char *g, unsigned char *b);
|
||||
|
||||
#if BOXDRAW_PATCH
|
||||
int isboxdraw(Rune);
|
||||
ushort boxdrawindex(const Glyph *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue