aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-12 15:48:55 -0600
committerTim Keller <tjkeller.xyz>2025-01-12 15:48:55 -0600
commit8e8bb251ad14377a579dca4daf05ecd2b1efe4d4 (patch)
tree5ca91f27ecdb583a71d40f54f80a039acc43f537 /st.c
parent1f166193fdae70800f0764cdce64eb9924013d1b (diff)
downloadst-tj-0.9.2.2.tar.xz
st-tj-0.9.2.2.zip
rename copyurl to selurltj-0.9.2.2
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 876f5cc..e3ec184 100644
--- a/st.c
+++ b/st.c
@@ -3256,7 +3256,7 @@ daddch(URLdfa *dfa, char c)
** Select and copy the previous url on screen (do nothing if there's no url).
*/
void
-copyurl(const Arg *arg) {
+selurl(const Arg *arg) {
int row = 0, /* row of current URL */
col = 0, /* column of current URL start */
colend = 0, /* column of last occurrence */