summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorGildasio Junior <gildasiojunior@riseup.net>2023-04-06 14:51:06 -0300
committerMarcelo Lira <setanta@gmail.com>2025-03-03 16:12:29 -0300
commit2cf04478a20133a13c364aeb1557e29004fd95c1 (patch)
treebcd44efe4f25aac1731822ae879f65942bd60907 /st.h
parenta35780dfd954bcc96989c539b9bcfb788586c750 (diff)
Loop through urls on screen in both directions
Using previous patches one can loop through urls in the screen in one direction: botton-up. This patch add a way that can go in the opposite direction: top-down. This is usefull in a screen with lots of urls.
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 956979b..eee067a 100644
--- a/st.h
+++ b/st.h
@@ -94,6 +94,7 @@ void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);
void toggleprinter(const Arg *);
+void copyurl(const Arg *);
int tattrset(int);
void tnew(int, int);