st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

openurlonclick.h (260B)


      1 #include <spawn.h>
      2 
      3 static inline void restoremousecursor(void) {
      4 	if (!(win.mode & MODE_MOUSE) && xw.pointerisvisible)
      5 		XDefineCursor(xw.dpy, xw.win, xw.vpointer);
      6 }
      7 static void clearurl(void);
      8 static void openUrlOnClick(int col, int row, char* url_opener);