dmenu

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

vi_mode.h (119B)


      1 typedef struct {
      2 	KeySym ksym;
      3 	unsigned int state;
      4 } Key;
      5 
      6 static void vi_keypress(KeySym ksym, const XKeyEvent *ev);