macOS: Fix a crash when rendering ligatures larger than 128 characters

Fixes #3724
This commit is contained in:
Kovid Goyal
2021-06-14 07:15:52 +05:30
parent ebff343a55
commit 1b35708d89
4 changed files with 54 additions and 36 deletions

View File

@@ -10,6 +10,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix a regression in the previous release that broke rendering of
strikeout (:iss:`3717`)
- macOS: Fix a crash when rendering ligatures larger than 128 characters
(:iss:`3724`)
- Fix a regression in the previous release that could cause a crash when
changing layouts and mousing (:iss:`3713`)