Improve anti-aliasing of triangular box drawing characters, noticeable on low-resolution screens

Fixes #2844
This commit is contained in:
Kovid Goyal
2020-07-11 23:08:28 +05:30
parent 2cfcefd9eb
commit e17c96b20f
2 changed files with 41 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
keymaps on new keyboard events that only change geometry (:iss:`2787`).
Better handling of multiple keyboards with incompatible layouts (:iss:`2726`)
- Improve anti-aliasing of triangular box drawing characters, noticeable on
low-resolution screens (:iss:`2844`)
- macOS: Fix the LC_TYPE env var being set to UTF-8 on systems in which the
language and country code do not form a valid locale (:iss:`1233`)