adamfeuer opened a new pull request #8: changes NSH command line editing so ctrl-K deletes from char pos to EOL like GNU readline URL: https://github.com/apache/incubator-nuttx-apps/pull/8 ### Summary - changes NSH command line editing so ctrl-K deletes from char pos to EOL like GNU readline - now you can delete entire line with `ctrl-A` `ctrl-K` ### Impact - None if `CONFIG_NSH_CLE` is not set - if `CONFIG_NSH_CLE=y` is set, `ctrl-K` deletes from cursor position to end of line, instead of the old behavior, cursor position + 1 to end of line. - The new behavior is more like GNU Readline ### Testing - Manual, on the SAMA5D36-Xplained board. ### How To Verify (beyond provided automated tests) - `CONFIG_NSH_CLE=y`in `.config` - make clean; make - connect to the NSH via a serial console - You should see the new command line editing behavior
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
