Oopenvela-robotsystem/readline: Add software echo for normal characters
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
system/readline: correct the readline(3) prototype dependson:3540672 3540707 3540712 3540700 3540708 3540713 3540930 Reference: https://man.openbsd.org/readline.3 Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
system/readline: Move READLINE_HAVE_EXTMATCH inside SYSTEM_READLINE section Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) to support the tristate option correctly and unify the usage Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
system/readline: correct the readline(3) prototype dependson:3540672 3540707 3540712 3540700 3540708 3540713 3540930 Reference: https://man.openbsd.org/readline.3 Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
apps: Fix compilation error after nuttx/arch.h excluded. This patch fix compilation error after excluding nuttx/arch.h. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com> | 2 个月前 | |
stdio: Remove CONFIG_EOL_IS_XXX Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
system/readline: Add software echo for normal characters 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> | 2 个月前 | |
system/readline: Add software echo for normal characters 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> | 2 个月前 | |
system/readline: correct the readline(3) prototype dependson:3540672 3540707 3540712 3540700 3540708 3540713 3540930 Reference: https://man.openbsd.org/readline.3 Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 |