When a character from the Unicode Dingbat block is followed by a space, use the extra space to render a larger version of the character

Fixes #2850
This commit is contained in:
Kovid Goyal
2020-07-12 21:05:39 +05:30
parent ca998fb4b0
commit 6476a1d2e0
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Implement support for box drawing rounded-corners characters (:iss:`2240`)
- When a character from the Unicode Dingbat block is followed by a space, use
the extra space to render a larger version of the character (:iss:`2850`)
- 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`)