CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/29 12:32:34
Modified files:
lib/libedit : el.c el.h keymacro.c keymacro.h map.c read.c
terminal.c terminal.h tty.c
Log message:
Second step in synching with NetBSD:
* Rename some types from *key*_t to *keymacro*_t.
* Rename struct editline member el_key to el_keymacro.
* Rename some functions in keymacro.c from key*() to keymacro*().
This removes the conflict of key_clear(), key_end(), and key_print()
with macros in <term.h>. No functional change.
This makes keymacro.h identical to the NetBSD version.
It reduces the remaining diff from +2640 -1998 to +2446 -1805.
OK czarkoff@