From eaf11cc12a1aa4b050a8a1e7ea3770d3d9c81e95 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:29 +0200 Subject: Imported Upstream version 1.0 --- ColumnsPanel.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ColumnsPanel.c') diff --git a/ColumnsPanel.c b/ColumnsPanel.c index 94a2123..5c63074 100644 --- a/ColumnsPanel.c +++ b/ColumnsPanel.c @@ -60,6 +60,13 @@ static HandlerResult ColumnsPanel_eventHandler(Panel* super, int ch) { result = HANDLED; break; } + default: + { + result = Panel_selectByTyping(super, ch); + if (result == BREAK_LOOP) + result = IGNORED; + break; + } } if (result == HANDLED) ColumnsPanel_update(super); -- cgit v1.2.3