st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

copyurl.h (231B)


      1 void copyurl(const Arg *);
      2 #if COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
      3 static void tsetcolor(int, int, int, uint32_t, uint32_t);
      4 static char * findlastany(char *, const char**, size_t);
      5 #endif // COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH