mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
5 lines
231 B
C
5 lines
231 B
C
|
void copyurl(const Arg *);
|
||
|
#if COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|
||
|
static void tsetcolor(int, int, int, uint32_t, uint32_t);
|
||
|
static char * findlastany(char *, const char**, size_t);
|
||
|
#endif // COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|