From: Jonas Fonseca Date: Thu, 28 Sep 2006 11:51:38 +0000 (+0200) Subject: add_keybinding: always allocate the new keybinding X-Git-Tag: tig-0.6~4^2~5 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/8b534a13651f1416d368bcc10b496ca189c2ca0c?hp=8b534a13651f1416d368bcc10b496ca189c2ca0c add_keybinding: always allocate the new keybinding Fixes infinite loop repoted by Miciah. Also simply continue when wgetch returns ERR (-1) instead of calling get_keybinding() etc. ---