avocado-framework / aexpect

Python library used to control interactive programs
GNU General Public License v2.0
8 stars 32 forks source link

astring: Add bracketed paste console codes #96

Closed ldoktor closed 2 years ago

ldoktor commented 2 years ago

the bracketed-paste generates '\x1b[?2004l' and '\x1b[?2004h' console codes that needs to be added to the list of console codes otherwise such output breaks 'strip_console_codes'.

Signed-off-by: Lukáš Doktor ldoktor@redhat.com

ldoktor commented 2 years ago

Thank you, Plamen, let me merge this.