Skip to content
Snippets Groups Projects
  1. Jun 18, 2017
  2. Jun 04, 2017
  3. Jun 03, 2017
  4. May 26, 2017
  5. May 19, 2017
  6. May 06, 2017
    • George Nachman's avatar
      Prepare to store the tmux integration profile in the tmux controller. This... · 725b65dc
      George Nachman authored
      Prepare to store the tmux integration profile in the tmux controller. This allows each tmux session to use a different profile. This is a step toward making every pane able to use a different profile (but the same font, of course).
      
      The change is hidden behind an advanced pref which is off by default.
      
      It also fixes a bug where a new tmux tab in a fullscreen window when legacy scrollbars are enabled might have the wrong size.
      725b65dc
  7. Apr 30, 2017
  8. Apr 23, 2017
  9. Mar 26, 2017
  10. Mar 24, 2017
  11. Mar 23, 2017
  12. Mar 21, 2017
  13. Mar 19, 2017
    • George Nachman's avatar
      Add an off-by-default experimental feature to use GCD to run the updateDisplay... · 4d0ab1ec
      George Nachman authored
      Add an off-by-default experimental feature to use GCD to run the updateDisplay timer. Because we use dispatch_async to kick off token execution, and that does not run in a runloop, it can starve a repeating NSTimer like the one that calls updateDisplay. That keeps the display from updating at a regular cadence when there are a lot of tokens. This is the case when scrolling through source code in nvim. Sometimes you see ~400ms gaps between redraws but it's very busy executing tokens. For some reason events like keydown do get a chance to run, but not NSTimer. Issue 5601.
      4d0ab1ec
  14. Mar 05, 2017
  15. Feb 25, 2017
  16. Feb 19, 2017
  17. Feb 08, 2017
  18. Feb 07, 2017
  19. Jan 27, 2017
  20. Jan 25, 2017
  21. Jan 04, 2017
  22. Jan 02, 2017
  23. Jan 01, 2017
  24. Dec 22, 2016
  25. Dec 20, 2016
  26. Dec 18, 2016
  27. Dec 11, 2016
  28. Dec 09, 2016
  29. Dec 08, 2016
  30. Dec 04, 2016
  31. Nov 28, 2016
  32. Nov 27, 2016
  33. Nov 18, 2016
Loading