freeswitch/libs/libedit/src
Travis Cross b9b77bd615 fs_cli: make enhanced fs_cli features work on all TERMs
FS-3815 --resolve

This is a workaround for the fact that libedit counts terminal control
characters when calculating the length of the prompt.  By not using
absolute positioning, we avoid the issue.

Thanks to Ivan Isaev for the workaround and testing.
2012-01-31 18:42:47 +00:00
..
editline And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
CMakeLists.txt Cmake starting point 2009-02-12 03:36:00 +00:00
Makefile.am And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
chared.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
chared.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
common.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
el.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
el.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
el_term.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
emacs.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
fgetln.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
filecomplete.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
filecomplete.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
hist.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
hist.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
histedit.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
history.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
key.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
key.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
makelist Better fix for the tr issue on solaris: force the C locale for the tr call since the issue is cause by the system using utf8 (or any other multibyte locale) 2008-05-13 22:02:50 +00:00
map.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
map.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
parse.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
parse.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
prompt.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
prompt.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
read.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
read.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
readline.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
refresh.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
refresh.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
search.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
search.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
shlib_version And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
sig.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
sig.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
strlcat.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
strlcpy.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
sys.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
term.c fs_cli: make enhanced fs_cli features work on all TERMs 2012-01-31 18:42:47 +00:00
tokenizer.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
tty.c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
tty.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
unvis.c more freebsd vs weakalias fun 2008-02-22 22:27:27 +00:00
vi.c Resurrect the lost FreeBSD __weak_references fix from the previous libedit version. 2008-02-11 19:11:24 +00:00
vis.c more freebsd vs weakalias fun 2008-02-22 22:27:27 +00:00
vis.h And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00