.. |
readline
|
expose rl_catch_signals and explain what we are doing.
|
2013-05-28 00:10:34 +00:00 |
TEST
|
Initialize res (Kamil Dudka)
|
2011-11-18 20:30:01 +00:00 |
chared.c
|
cast to avoid warning.
|
2013-07-12 22:39:50 +00:00 |
chared.h
|
|
|
chartype.c
|
|
|
chartype.h
|
easier with an int for now.
|
2011-11-16 01:45:10 +00:00 |
common.c
|
From Jilles Tjoelker:
|
2012-03-24 20:08:43 +00:00 |
config.h
|
|
|
editline.3
|
Add a history function that takes a FILE pointer; needed for Capsicum.
|
2014-05-11 01:05:17 +00:00 |
editrc.5
|
Add FILES section.
|
2013-01-10 16:03:42 +00:00 |
el.c
|
provide an el_init_fd function.
|
2013-01-22 20:23:21 +00:00 |
el.h
|
|
|
eln.c
|
Add missing EL_REFRESH
|
2014-02-26 13:50:29 +00:00 |
emacs.c
|
|
|
filecomplete.c
|
|
|
filecomplete.h
|
|
|
hist.c
|
|
|
hist.h
|
Add a history function that takes a FILE pointer; needed for Capsicum.
|
2014-05-11 01:05:17 +00:00 |
histedit.h
|
Add a history function that takes a FILE pointer; needed for Capsicum.
|
2014-05-11 01:05:17 +00:00 |
history.c
|
Add a history function that takes a FILE pointer; needed for Capsicum.
|
2014-05-11 01:05:17 +00:00 |
keymacro.c
|
|
|
keymacro.h
|
|
|
Makefile
|
Don't depend on HAVE_GCC being always defined.
|
2012-08-10 12:20:10 +00:00 |
makelist
|
Use C89 functions definitions.
|
2012-03-21 05:34:54 +00:00 |
map.c
|
remove dead assignment (Christoph Mallon)
|
2013-01-01 15:34:02 +00:00 |
map.h
|
|
|
parse.c
|
|
|
parse.h
|
|
|
prompt.c
|
|
|
prompt.h
|
|
|
read.c
|
Test early for EOF to avoid infinite loop in the wide char case. From
|
2013-05-27 23:55:55 +00:00 |
read.h
|
|
|
readline.c
|
... if called prior to using_history(). This needed to be worked around
|
2014-01-21 13:51:44 +00:00 |
refresh.c
|
|
|
refresh.h
|
|
|
search.c
|
fixed warnings where wint_t is unsigned.
|
2011-10-04 15:27:04 +00:00 |
search.h
|
|
|
shlib_version
|
provide an el_init_fd function.
|
2013-01-22 20:23:21 +00:00 |
sig.c
|
|
|
sig.h
|
|
|
sys.h
|
|
|
terminal.c
|
don't include both term.h and termcap.h
|
2012-05-30 18:21:14 +00:00 |
terminal.h
|
From: Jilles Tjoelker: Add a mapping for the cursor delete key
|
2012-03-24 20:09:30 +00:00 |
tokenizer.c
|
|
|
tty.c
|
save and restore the tty settings on entry and exit respectively.
|
2012-05-15 15:59:01 +00:00 |
tty.h
|
save and restore the tty settings on entry and exit respectively.
|
2012-05-15 15:59:01 +00:00 |
vi.c
|
PR/45843: Henning Petersen: Fix resource leak on error.
|
2012-01-16 14:57:45 +00:00 |