]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit36e7478876b81edbc261992c612032b681527460
tree02d2f5e1d4ddea4dd839444fbf269aebb4b2fa05
parent812748a9804d0eaca27186f2659e35a2a04d7905
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