cli: support bracketed paste
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 7 Feb 2022 18:14:02 +0000 (19:14 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 18 Jul 2022 15:21:49 +0000 (17:21 +0200)
commit00fa8256b5c9b3ccbccbdfa8026bce2efd66d630
tree02d2f5e1d4ddea4dd839444fbf269aebb4b2fa05
parent085cbdafca9c3d7bc2f27523a343f61db82f2ccb
cli: support bracketed paste

Some consoles use CSI 200~ and CSI 201~ to bracket inserts. This leads
U-Boot to misinterpret the inserted string. Ignore these escape sequences.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
common/cli_readline.c