summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-04 14:23:00 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-04 14:25:32 +0200
commit74d4343beb74424b400f5f65e620abf98b8c1562 (patch)
tree112db13930cf1b6fdae4eb742839f74774247366 /res
parent99d6297a58c08926d4316b80c720ac602e236e6c (diff)
macOS: Use Metal on >60 Hz displays
The problem with the occasional stutters related to SDL_WaitEvent() are still there, but on a 120 Hz display it's even worse to be stuck on 60 Hz. Metal is required for 120 Hz.
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 8de16a87..9fa25707 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -11,6 +11,7 @@
11* Fixed how the ANSI FG color is adjusted to keep text legible on dark or bright backgrounds when BG color is unset. 11* Fixed how the ANSI FG color is adjusted to keep text legible on dark or bright backgrounds when BG color is unset.
12* Fixed possible crash when there are ANSI escapes in the alt text of a preformatted block. 12* Fixed possible crash when there are ANSI escapes in the alt text of a preformatted block.
13* Fixed tab/window titles containing ANSI escapes (escapes are removed). 13* Fixed tab/window titles containing ANSI escapes (escapes are removed).
14* macOS: Use Metal for drawing graphics if display refresh rate is higher than 60 Hz.
14 15
15## 1.10.3 16## 1.10.3
16* Unix: Added a lagrange(1) manual page. 17* Unix: Added a lagrange(1) manual page.