Re: [PATCH] cli_readline: Only insert printable chars

2021-01-18 Thread Tom Rini
On Sun, Nov 22, 2020 at 02:58:45PM +1000, Steve Bennett wrote: > There should be no need to insert non-printable characters > and this prevents line editing getting confused. > > Signed-off-by: Steve Bennett Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] cli_readline: Only insert printable chars

2020-11-22 Thread Steve Bennett
There should be no need to insert non-printable characters and this prevents line editing getting confused. Signed-off-by: Steve Bennett --- common/cli_readline.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cli_readline.c b/common/cli_readline.c index 47b8762