]> git.tuebingen.mpg.de Git - paraslash.git/commit
i9e: print warning if keyseq can not be mapped.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2016 23:23:17 +0000 (00:23 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 1 Apr 2016 23:40:15 +0000 (01:40 +0200)
commit72330a682b4db019af84bf9a9ee09bb78681d4ad
treeb194b017f270e57d235f689c40812b9a2298961c
parent7abf0165180e6ddf268efaf75968516043b38c1d
i9e: print warning if keyseq can not be mapped.

In i9e_open() we currently ignore errors from rl_generic_bind(), which
is OK, but we should at least let the user know that the binding
won't work. While at it, call rl_bind_keyseq_in_map() instead of
rl_generic_bind() as the former function provides all we need and
is simpler.

Also fix the typo in the comment.
interactive.c