From 2cf04478a20133a13c364aeb1557e29004fd95c1 Mon Sep 17 00:00:00 2001 From: Gildasio Junior Date: Thu, 6 Apr 2023 14:51:06 -0300 Subject: 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. --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') 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); -- cgit v1.2.3