diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-12 15:48:55 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-12 15:48:55 -0600 |
commit | 8e8bb251ad14377a579dca4daf05ecd2b1efe4d4 (patch) | |
tree | 5ca91f27ecdb583a71d40f54f80a039acc43f537 /st.h | |
parent | 1f166193fdae70800f0764cdce64eb9924013d1b (diff) | |
download | st-8e8bb251ad14377a579dca4daf05ecd2b1efe4d4.tar.xz st-8e8bb251ad14377a579dca4daf05ecd2b1efe4d4.zip |
rename copyurl to selurltj-0.9.2.2
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *); void toggleprinter(const Arg *); -void copyurl(const Arg *); +void selurl(const Arg *); int tattrset(int); void tnew(int, int); |