summaryrefslogtreecommitdiff
path: root/src/input.h
blob: ef2b4d3264a1e6cb4a9b8e04df9eb6fe51294b91 (plain)
1
2
3
4
char *keysym_to_string (KeySym keysym, unsigned int modifier);
void cook_keycode (KeyCode keycode, KeySym *keysym, unsigned int *mod);
void get_input (screen_info *s, char *prompt, char *str, int len);
void read_key (KeySym *keysym, unsigned int *mode);