aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
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 */