aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-12 15:41:36 -0600
committerTim Keller <tjkeller.xyz>2025-01-12 15:41:36 -0600
commitbc82b794b5846e93ad235d286a7b6d20fea16690 (patch)
treee060243f989f1dcbd1a71dae9dff831b5efa3976 /st.h
parent75be0ef65da27579a3facd6c238a22d6b608bdf5 (diff)
downloadst-bc82b794b5846e93ad235d286a7b6d20fea16690.tar.xz
st-bc82b794b5846e93ad235d286a7b6d20fea16690.zip
add copyurl patch w/o copy func
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index c516cee..95542f6 100644
--- a/st.h
+++ b/st.h
@@ -97,6 +97,7 @@ void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);
void toggleprinter(const Arg *);
+void copyurl(const Arg *);
int tattrset(int);
void tnew(int, int);