Adding copyurl and disable-fonts patch

This commit is contained in:
bakkeby 2019-09-16 10:40:16 +02:00
parent ec58f77b6b
commit 35e6403c69
9 changed files with 258 additions and 3 deletions

5
patch/copyurl.h Normal file
View file

@ -0,0 +1,5 @@
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