lukem f87d250404 * add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
  inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
  is enabled (the default).
* add "edit  on | off" editrc command, which modifies EL_EDITMODE.
  users can now add '*:edit off' in ~/.editrc as an advisory to
  disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.
1998-07-29 02:26:00 +00:00
..
1998-05-20 01:38:53 +00:00
1998-02-03 19:12:13 +00:00
1998-05-20 01:01:28 +00:00
1998-05-20 01:03:06 +00:00
1998-05-20 01:03:30 +00:00
1998-05-20 01:04:17 +00:00
1998-05-20 01:04:17 +00:00
1998-02-03 19:12:13 +00:00