CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/29 17:06:39
Modified files:
lib/libedit : chared.c common.c el.c el.h eln.c emacs.c
filecomplete.c map.c parse.c prompt.c read.c
refresh.c search.c sig.c terminal.c terminal.h
tty.c vi.c
Log message:
Third step in synching with NetBSD:
* rename fkey_t to funckey_t and el_term_t to el_terminal_t
* rename struct editline member el_term to el_terminal
* rename many functions in terminal.c from term_*() to terminal_*(),
for consistency with the file name and to not look related to <term.h>
No functional change.
This makes refresh.c and sig.c almost identical to the NetBSD versions.
It reduces the remaining diff from +2446 -1805 to +2053 -1420.
OK czarkoff@