Benjamin Schaaf
Benjamin Schaaf
I'm able to reproduce this but only on 14.5. This is certainly a regression introduced by Apple.
This was fixed in Sublime Merge Build 2097.
What gets logged when you enable fps logging (*View > Show Console* and enter `sublime.log_fps(True)`) and reproduce the issue? > looks blurry on 120hz display Can you describe this is...
As you can see from the frame time (2ms) the CPU and GPU are rendering plenty fast, so this isn't a performance issue. My guess is that macOS enters an...
We tested with an M1 using an external 240hz display and couldn't reproduce this.
I would consider this expected behavior. You could just as well `raise SystemExit`, `os._exit()` or `os.kill(os.getpid())`. Sublime Text shouldn't lock-up when doing this though.
I was able to reproduce the locking up when running in the console still.