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:
[email protected]


With regards,
Apache Git Services

Reply via email to