]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: Implement delete-word in cread_line()
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:09 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commitdcc18ce0dbaf93d82ef7f0c6fe625c42313eca32
treef5607bb80ba4cfa024fe058321c69a0b25aa79ec
parent6321391ac3e310081768b6170554d4f49416b5c2
cli: Implement delete-word in cread_line()

The Ctrl-W option is implemented in the cread_line_simple() but not in
the full version. This seems odd, so add an implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli_readline.c