stop normalizing search input; searching and matching are still

case-insensitive.  since this was the only use of normalizing input,
simplify as well.

allows one to exec with mixed case unmatched commands.

"works for me" oga@
This commit is contained in:
okan
2008-05-19 18:07:53 +00:00
parent 981c2480db
commit 53116c4ec3
4 changed files with 4 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ search_start(struct menu_q *menuq,
switch (e.type) {
case KeyPress:
if (input_keycodetrans(e.xkey.keycode, e.xkey.state,
&ctl, &chr, 1) < 0)
&ctl, &chr) < 0)
continue;
switch (ctl) {