Implement support for box drawing rounded-corners characters

Fixes #2240
This commit is contained in:
Kovid Goyal
2020-07-12 12:35:52 +05:30
parent 4309e2371d
commit 533688a67a
2 changed files with 66 additions and 7 deletions

View File

@@ -15,6 +15,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Improve anti-aliasing of triangular box drawing characters, noticeable on
low-resolution screens (:iss:`2844`)
- Implement support for box drawing rounded-corners characters (:iss:`2240`)
- 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`)