diff options
author | James Byrne <james.byrne@origamienergy.com> | 2016-08-16 17:16:28 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-20 18:03:24 (GMT) |
commit | fc18e9b3d5507845ea8a60a101ee3a368316068e (patch) | |
tree | 04ab15bc3d7e88f24cec528d52a7037af321a8b1 /board/sbc8548/README | |
parent | 2883c4edfba4082852fc71a276b040b08f171355 (diff) | |
download | u-boot-fsl-qoriq-fc18e9b3d5507845ea8a60a101ee3a368316068e.tar.xz |
common: cli_readline: Improve command line editing
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' key, and
only for certain terminal emulator configurations. This adds support for
the 'End and 'Delete' keys, and recognises a wider range of escape
sequences. For example, the left arrow key can be 'ESC O D' instead of
'ESC [ D', and the 'Home' key can be 'ESC [ H', 'ESC O H', 'ESC 1 ~' or
'ESC 7 ~', depending on what terminal emulator you use and how it is
configured.
Signed-off-by: James Byrne <james.byrne@origamienergy.com>
Changes for v2
- Explicitly initialize variable to avoid spurious compiler warning.
Changes for v3
- Remove unnecessary setting of 'act' to ESC_REJECT (now its default
value).
Diffstat (limited to 'board/sbc8548/README')
0 files changed, 0 insertions, 0 deletions