Files
neovim/src/nvim/event
Daniel Hahler 445f2f4096 tui: flush ui buffer in tui_terminal_after_startup (#11083)
This avoids having a dummy event to tickle the main loop.

Confirmed using `nvim -u NONE -c 'au FocusGained * q'` in tmux (with
`:set -g focus-events on`): without the flushing it would only exit
after pressing a key.

Moves the flushing done recently in 3626d2107.
`nvim -u NONE -cq` is still working (i.e. consuming the response for the
terminal background query itself), and the flickering mentioned in
3626d2107 is reduced again.

Reverts part of bfb21f3e0 (#7729).
2019-09-24 08:34:00 +02:00
..
2018-09-03 03:25:02 -07:00
2017-04-28 19:20:09 +02:00
2019-09-03 16:14:29 +02:00
2019-06-03 00:21:20 +02:00
2017-04-19 19:11:50 +03:00
2018-05-23 22:07:27 +02:00