~kris/suckless

dmenu

dmenu/patch/vi_mode.h -rw-r--r-- 119 bytes
a5b5760f — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
typedef struct {
	KeySym ksym;
	unsigned int state;
} Key;

static void vi_keypress(KeySym ksym, const XKeyEvent *ev);