From 8e8bb251ad14377a579dca4daf05ecd2b1efe4d4 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 12 Jan 2025 15:48:55 -0600 Subject: rename copyurl to selurl --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') 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 */ -- cgit v1.2.3