editline/examples
Joachim Nilsson 5e9177fd18 Add support for el_bind_key() and example usage binding '?' in examples/cli.c
This changeset refactors el_bind_key_in_metamap() into two functions,
adding el_bind_key(), to provide the ability for the user to bind keys
in both the regular and the meta-key maps.

Several useful, but previously internal, functions have been made global to
facilitate the example code mentioned above. These are likely useful to the
user of this library as well:

  el_print_columns() - Display words in columns across a tty_cols wide screen.
  el_ring_bell()     - Can be used as default key binding function.
  el_find_word()     - Returns a copy of the word at rl_point.
2010-08-05 12:48:51 +02:00
..
cli.c Add support for el_bind_key() and example usage binding '?' in examples/cli.c 2010-08-05 12:48:51 +02:00
Makefile.am Build examples (tests) as static, for easy debugging. 2010-08-04 02:44:20 +02:00
Makefile.in Build examples (tests) as static, for easy debugging. 2010-08-04 02:44:20 +02:00
testit.c Minor cleanup 2010-07-24 02:15:18 +02:00