sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit b92696eb84bfa22c1108844d52e35b58f8d603b0
parent f1518cb363fbf2b348946b7c324be691c61022e5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  9 Aug 2019 16:43:13 +0200

st externalpipe: fix patch to apply cleanly for 0.8.2

Diffstat:
Mst.suckless.org/patches/externalpipe/st-externalpipe-0.8.2.diff | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/st.suckless.org/patches/externalpipe/st-externalpipe-0.8.2.diff b/st.suckless.org/patches/externalpipe/st-externalpipe-0.8.2.diff @@ -1,8 +1,8 @@ diff --git a/st.c b/st.c -index 46c954b..35cd7de 100644 +index ede7ae6..f55d30f 100644 --- a/st.c +++ b/st.c -@@ -1974,6 +1974,59 @@ tprinter(char *s, size_t len) +@@ -1914,6 +1914,59 @@ strparse(void) } } @@ -63,7 +63,7 @@ index 46c954b..35cd7de 100644 strdump(void) { diff --git a/st.h b/st.h -index dac64d8..86cd646 100644 +index 4da3051..cb7101f 100644 --- a/st.h +++ b/st.h @@ -80,6 +80,7 @@ void die(const char *, ...); @@ -71,7 +71,6 @@ index dac64d8..86cd646 100644 void draw(void); +void externalpipe(const Arg *); - void kscrolldown(const Arg *); - void kscrollup(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); + void sendbreak(const Arg *);