mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 18:41:08 +02:00
fixed st.h portion of keyboard select patch file
- matching line number - matching content
This commit is contained in:
parent
53d58e9630
commit
814d2a9d73
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ diff --git a/st.h b/st.h
|
|||
index 38c61c4..a76419e 100644
|
||||
--- a/st.h
|
||||
+++ b/st.h
|
||||
@@ -109,6 +109,7 @@ size_t utf8encode(Rune, char *);
|
||||
@@ -118,7 +118,8 @@ size_t utf8encode(Rune, char *);
|
||||
|
||||
void *xmalloc(size_t);
|
||||
void *xrealloc(void *, size_t);
|
||||
char *xstrdup(char *);
|
||||
|
|
Loading…
Add table
Reference in a new issue