Dirty fix for none working <cr> in hint mode.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 23 Aug 2013 10:49:20 +0000 (12:49 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 23 Aug 2013 10:49:20 +0000 (12:49 +0200)
commit517bc35d7f228475c377d2e8a60d60a1de2cd44e
tree496c94f69dbba7281544bcd7044efbcd2c9f7453
parentb6cb609e5d1edbd51b8b95c87a312333144d845a
Dirty fix for none working <cr> in hint mode.

We catch all return pressed to simulate the input activate callback, and stop
further processing of the key event. But the hinting uses it's own key event
callback that was never called if return was pressed.
src/keybind.c