From 814d2a9d735edf548740c1f503992534512c4466 Mon Sep 17 00:00:00 2001 From: Zachary Schlitt Date: Tue, 8 Oct 2019 17:07:30 -0500 Subject: [PATCH] fixed st.h portion of keyboard select patch file - matching line number - matching content --- keyboard-select.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboard-select.patch b/keyboard-select.patch index 8093c94..09529fa 100644 --- a/keyboard-select.patch +++ b/keyboard-select.patch @@ -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 *);