1
0
mirror of https://github.com/tiyn/st synced 2025-11-18 11:59:45 +01:00

added externalpipe patch to master

This commit is contained in:
2023-11-08 15:09:52 +01:00
3 changed files with 153 additions and 1 deletions

1
st.h
View File

@@ -84,6 +84,7 @@ void draw(void);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void externalpipe(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);