applied Sanders dmenu_ctrlchars.patch (thanks!)

This commit is contained in:
Anselm R. Garbe 2007-01-10 23:07:03 +01:00
parent a45d6983ab
commit c0fcfb7827
1 changed files with 8 additions and 0 deletions

8
main.c
View File

@ -171,6 +171,14 @@ kpress(XKeyEvent * e) {
case XK_H:
ksym = XK_BackSpace;
break;
case XK_i:
case XK_I:
ksym = XK_Tab;
break;
case XK_j:
case XK_J:
ksym = XK_Return;
break;
case XK_u:
case XK_U:
text[0] = 0;