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

added externalpipe patch

This commit is contained in:
2023-11-08 15:08:49 +01:00
parent d6315b6054
commit b141801a78
3 changed files with 153 additions and 1 deletions

1
st.h
View File

@@ -81,6 +81,7 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
void externalpipe(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);