nuttx-apps/system/readline
Huang Qi 8160dd0d56 readline: Don't echo input except VT100 command
Let's echo character by serial driver,
this will imporve the experience of telnetd,
which will display input command and newline twice.
And also enhance the compatiblity with some third party
linux readline based application (like WAMR repl).

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2023-03-02 13:46:18 +08:00
..
Kconfig system/readline: Move READLINE_HAVE_EXTMATCH inside SYSTEM_READLINE section 2021-11-08 10:43:47 -03:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile system/readline: Make it work without CONFIG_FILE_STREAM 2021-11-30 22:06:03 -06:00
readline_common.c readline: Don't echo input except VT100 command 2023-03-02 13:46:18 +08:00
readline_fd.c readline: Check the fd before echo 2023-02-16 15:47:26 +08:00
readline.c system/readline: Make it work without CONFIG_FILE_STREAM 2021-11-30 22:06:03 -06:00
readline.h stdio: Remove CONFIG_EOL_IS_XXX 2023-02-23 17:21:19 +08:00