You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main/editline
Alexander Traud 021168f06f
editline: Avoid shifting a negative signed value.
7 years ago
..
TEST
np Remove as much trailing whitespace as possible. 8 years ago
.gitignore
CHANGES
INSTALL Remove as much trailing whitespace as possible. 8 years ago
Makefile.in
PLATFORMS
README
chared.c Remove as much trailing whitespace as possible. 8 years ago
chared.h
common.c
config.guess
config.h.in
config.sub
configure Remove as much trailing whitespace as possible. 8 years ago
configure.in Remove as much trailing whitespace as possible. 8 years ago
editline.3
editrc.5
el.c
el.h editline: Avoid shifting a negative signed value. 7 years ago
emacs.c
hist.c
hist.h
histedit.h
history.c
install-sh Remove as much trailing whitespace as possible. 8 years ago
key.c
key.h
makelist.in
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h Remove as much trailing whitespace as possible. 8 years ago
readline.c Remove as much trailing whitespace as possible. 8 years ago
readline.h
refresh.c Remove as much trailing whitespace as possible. 8 years ago
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c editline: Avoid comparison between pointer and zero character constant. 7 years ago
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c

README

libedit is a command line editing and history library.  It is designed to be
used by interactive programs that allow the user to type commands at a terminal
prompt.

The following files may be of direct interest to the user:

* CHANGES - Software change log.

* INSTALL - Installation information.

* PLATFORMS - Supported platforms and platform-specific information.