Files
neovim/test/functional/terminal
林千里 451c48a092 terminal: flush vterm output buffer on pty output #8486
Fixes #4151

libvterm uses an "output buffer" for terminal reporting
(e.g. \e[6n to report cursor position)
Flush it in on_channel_output() not just terminal_send_key()

See also this line from pangoterm:
https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/view/607/pangoterm.c#L2159
2018-06-08 02:18:27 +02:00
..
2017-08-16 09:13:44 +02:00
2017-08-16 09:13:43 +02:00
2018-06-01 10:20:13 +02:00