You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/01/08 22:25:03 UTC

[GitHub] [incubator-nuttx-apps] adamfeuer commented on issue #8: changes NSH command line editing so ctrl-K deletes from char pos to EOL like GNU readline

adamfeuer commented on issue #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#issuecomment-572287410
 
 
   @patacongo Thanks for merging this. I didn't think about the bar cursor case, but the behavior with a bar cursor using bash seems the same... I'm on a Mac, running XTerm2, ssh'd into a VMWare Ubuntu 19.10 box. I switched the cursor to a bar using this:
   
   `echo -e -n "\x1b[\x36 q" # changes to steady bar`
   
   `ctrl-A` puts the bar at the beginning of the line, before the first character, so it works the same way bash does with an inverse box cursor... I tested in bash and in nsh from picocom.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services