diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |