This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 094b988be interpreters: add Tcl support
new 0304721c8 readline: Don't assert on a zero-length RL_WRITE
new 51bfd48e7 system/readline: Add support for line movements and editing
new 893f0c31e readline: remove 5x duplicated in redraw code
new 48eb95998 readline: Make prompt-caching available
new ae237624e readline: Improve robustness of editing and escape-sequence
handling
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/system/readline.h | 7 +-
nshlib/nsh_session.c | 6 +
system/readline/Kconfig | 27 +
system/readline/readline_common.c | 1162 +++++++++++++++++++++++++++++++++----
system/readline/readline_fd.c | 16 +-
5 files changed, 1099 insertions(+), 119 deletions(-)