Skip to content
Snippets Groups Projects
  1. Nov 30, 2017
  2. Nov 17, 2017
  3. Nov 15, 2017
  4. Nov 05, 2017
  5. Oct 26, 2017
  6. Oct 19, 2017
  7. Oct 07, 2017
  8. Oct 06, 2017
  9. Sep 24, 2017
  10. Sep 23, 2017
  11. Sep 22, 2017
  12. Sep 20, 2017
  13. Sep 19, 2017
  14. Aug 12, 2017
  15. Jul 16, 2017
  16. Jul 08, 2017
  17. Jun 29, 2017
  18. Jun 18, 2017
  19. Jun 04, 2017
  20. Jun 03, 2017
  21. May 26, 2017
  22. May 19, 2017
  23. 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
  24. Apr 30, 2017
  25. Apr 23, 2017
  26. Mar 26, 2017
  27. Mar 24, 2017
  28. Mar 23, 2017
  29. Mar 21, 2017
  30. 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
  31. Mar 05, 2017
  32. Feb 25, 2017
  33. Feb 19, 2017
Loading