bakkeby 2022-02-24 13:24:00 +01:00
parent 7099c6ec73
commit 9ab02993c3
3 changed files with 76 additions and 19 deletions

3
st.h
View file

@ -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 *);