~kris/suckless

dmenu

ref: 097f38a4bd85760e5cf322eb973d2f671673c289 dmenu/patch/vi_mode.h -rw-r--r-- 119 bytes
097f38a4 — Kris Yotam Migrate to dmenu-flexipatch 7 months ago
                                                                                
1
2
3
4
5
6
typedef struct {
	KeySym ksym;
	unsigned int state;
} Key;

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