Files
neovim/src/nvim/event
Justin M. Keyes bfb21f3e01 tui: rework deferred-termcodes ... again
- Revert timer-based approach.
- Instead, call loop_poll_events() with a timeout in an "active" loop,
  to infer that "TUI startup activity has mostly finished", but also to
  enforce a mininum time (100 ms) before emitting "enable focus
  reporting" termcode. (If TUI startup takes longer than that minimum
  time, it's probably a slow environment anyways.)
- Tickle `main_loop` by sending a dummy event.  Without this, the
  initial "focus-gained" response from the terminal may not get
  processed until the user hits a key.

ref #7720
ref #7664
ref #7649
ref #7664
ref 27f9b1c7b0
2017-12-16 10:31:13 +01:00
..
2017-04-28 19:20:09 +02:00
2017-11-24 14:50:00 +01:00
2017-04-28 19:20:09 +02:00
2017-04-28 19:20:09 +02:00
2017-11-25 09:37:00 +01:00
2017-11-25 09:37:00 +01:00
2017-04-19 19:11:50 +03:00
2017-11-25 09:37:00 +01:00
2017-04-19 19:11:50 +03:00
2017-08-21 01:04:28 +02:00