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 b406d11a74
commit 4faf074fb7
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);