Re: [U-Boot] [PATCH v2] common: cli_readline: Improve command line editing

2016-07-31 Thread Tom Rini
On Sun, Jul 31, 2016 at 10:58:15PM +0100, James Byrne wrote: > This improves the cread_line() function so that it will correctly > process the 'Home', 'End', 'Delete' and arrow key escape sequences > produced by various terminal emulators. This makes command line editing > a more pleasant experien

[U-Boot] [PATCH v2] common: cli_readline: Improve command line editing

2016-07-31 Thread James Byrne
This improves the cread_line() function so that it will correctly process the 'Home', 'End', 'Delete' and arrow key escape sequences produced by various terminal emulators. This makes command line editing a more pleasant experience. The previous code only supported the cursor keys and the 'Home' k