Background: Previously, when CONFIG_READLINE_ECHO was enabled, it only handled special cases like: - Tab completion output - Backspace character echo - VT100 control sequences (e.g., erase to end of line) Normal character echoing relied entirely on the hardware ECHO flag in the underlying serial driver (termios).This caused issues when NSH stdout was redirected to syslog via CONFIG_NSH_ALTSTDOUT="/dev/log": now no more output interleaving when using syslog redirection. Signed-off-by: fangpeina <fangpeina@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| readline.c | ||
| readline.h | ||
| readline_common.c | ||
| readline_fd.c | ||
| readline_stream.c | ||