macOS: Use the system cursor blink interval by default

Can be changed with:

defaults write -g NSTextInsertionPointBlinkPeriodOff -float 500
defaults write -g NSTextInsertionPointBlinkPeriodOn -float 500
This commit is contained in:
Kovid Goyal
2019-02-25 09:37:48 +05:30
parent 2387c71b3c
commit 72ccf87d19
4 changed files with 34 additions and 5 deletions

View File

@@ -66,6 +66,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix :opt:`sync_to_monitor` not working on Mojave.
- macOS: Use the system cursor blink interval by default
:opt:`cursor_blink_interval`.
0.13.3 [2019-01-19]
------------------------------