~kris/suckless

st

st/patch/openurlonclick.h -rw-r--r-- 260 bytes
15f7a94e — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
7
8
#include <spawn.h>

static inline void restoremousecursor(void) {
	if (!(win.mode & MODE_MOUSE) && xw.pointerisvisible)
		XDefineCursor(xw.dpy, xw.win, xw.vpointer);
}
static void clearurl(void);
static void openUrlOnClick(int col, int row, char* url_opener);