Fix a crash on systems using musl as libc

Fixes #3395
This commit is contained in:
Kovid Goyal 2021-03-17 14:04:27 +05:30
parent 90722ecbe7
commit 37e3e29c8c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 32 additions and 9 deletions

View file

@ -97,6 +97,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix inactive tab closing causing active tab to change (:iss:`3398`)
- Fix a crash on systems using musl as libc (:iss:`3395`)
0.19.3 [2020-12-19]
-------------------