From 53116c4ec3792901d7ac774199963d915ea0da5a Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 19 May 2008 18:07:53 +0000 Subject: 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@ --- search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.c') diff --git a/search.c b/search.c index d507fbf..15e7e64 100644 --- a/search.c +++ b/search.c @@ -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) { -- cgit 1.4.1