> make test fails for me too -- in a different place so I started a new email:
>
> From test_terminal.vim:
> Found errors in Test_terminal_response_to_control_sequence():
> function RunTheTest[38]..Test_terminal_response_to_control_sequence line
> 20: Pattern '\\<\\d\\+R' does not match 'sh-4.3$ R'
> TEST FAILURE
> Makefile:40: recipe for target 'report' failed
Hmm, can you try putting a sleep before the "cat Xescape" line?
Or make it like this:
let buf = Run_shell_in_terminal({})
call WaitFor({-> term_getline(buf, 1) != ""})
call writefile(["\x1b[6n"], 'Xescape')
call term_sendkeys(buf, "cat Xescape\<cr>")
--
Everybody wants to go to heaven, but nobody wants to die.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.