mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix mouse handling tests to send valid escape sequences
This commit is contained in:
parent
22717339b4
commit
16c5ca2609
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ sp.send("\x1b[TABCDEF")
|
|||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
# Extended SGR sequences.
|
||||
sp.send("\x1b[<fooM")
|
||||
sp.send("\x1b[<1;2;3M")
|
||||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
sp.send("\x1b[<foobarm")
|
||||
sp.send("\x1b[<1;2;3m")
|
||||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
sp.sendline("echo done")
|
||||
|
|
Loading…
Reference in a new issue