diff options
| author | Gildasio Junior <gildasiojunior@riseup.net> | 2023-04-06 14:51:06 -0300 |
|---|---|---|
| committer | Marcelo Lira <setanta@gmail.com> | 2025-03-03 16:12:29 -0300 |
| commit | 2cf04478a20133a13c364aeb1557e29004fd95c1 (patch) | |
| tree | bcd44efe4f25aac1731822ae879f65942bd60907 /st.h | |
| parent | a35780dfd954bcc96989c539b9bcfb788586c750 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
