nuttx-apps/system/readline
Alan C. Assis 5779652d3d readline: Make prompt-caching available
readline cached the current prompt only when TAB completion was enabled,
even though line-editing redraws also depend on that cached prompt.
With TAB completion disabled, full-line redraws erased the prompt and
repainted only the command buffer. Make the prompt cache available
whenever line editing is enabled.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2026-07-23 15:53:22 -03:00
..
CMakeLists.txt system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Kconfig system/readline: Add support for line movements and editing 2026-07-23 15:53:12 -03:00
Make.defs system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
readline.c apps/system: replace CONFIG_NSH_LINELEN to LINE_MAX 2025-01-14 19:31:54 +08:00
readline.h system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
readline_common.c readline: Make prompt-caching available 2026-07-23 15:53:22 -03:00
readline_fd.c readline: Don't assert on a zero-length RL_WRITE 2026-07-23 14:16:48 -03:00
readline_stream.c system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00