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
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]
-------------------