acassis commented on code in PR #3657: URL: https://github.com/apache/nuttx-apps/pull/3657#discussion_r3644792264
########## system/readline/Kconfig: ########## @@ -54,6 +54,25 @@ config READLINE_MAX_EXTCMDS endif # READLINE_TABCOMPLETION +config READLINE_EDIT + bool "Command line editing" + default y if !DEFAULT_SMALL + ---help--- + Build in support for full command-line editing using cursor keys, + Home/End, Delete. Requires a VT100/ANSI-compatible terminal. + +if READLINE_EDIT Review Comment: Ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
