apply patch st-autocomplete-20240703-6508693.diff

This commit is contained in:
elbachir-one
2024-07-03 22:44:40 +01:00
committed by Łukasz Pankowski
parent ede4c6b30c
commit 4cbd7c3898
7 changed files with 579 additions and 0 deletions

2
st.h
View File

@@ -78,6 +78,8 @@ typedef union {
const char *s;
} Arg;
void autocomplete (const Arg *);
void die(const char *, ...);
void redraw(void);
void draw(void);