typora-issues icon indicating copy to clipboard operation
typora-issues copied to clipboard

Cursor on MacOS does not respect NSTextInsertionPointBlinkPeriodOn/Off

Open dmattera opened this issue 4 years ago • 3 comments

OS version: MacOS 10.15.7 (Catalina) Typora version: 0.9.9.35.2 (4715)

Steps to reproduce:

  1. Set defaults write -g NSTextInsertionPointBlinkPeriodOn -float 99999 and defaults write -g NSTextInsertionPointBlinkPeriodOff -float 1
  2. This more or less disables the cursor blinking globally in all situations where a text cursor is used on MacOS by making it so the cursor "blinks" so slowly that it's not noticable.
  3. Quit/Reopen Typora to find the cursor continues to blink the same as before

dmattera avatar Nov 12 '20 16:11 dmattera