Adding copyurl and disable-fonts patch
This commit is contained in:
parent
ec58f77b6b
commit
35e6403c69
9 changed files with 258 additions and 3 deletions
5
patch/copyurl.h
Normal file
5
patch/copyurl.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue