Font independent rendering for braille characters, which ensures they are properly aligned at all font sizes.

This commit is contained in:
Kovid Goyal 2020-10-25 20:20:22 +05:30
parent 26974b1f3a
commit 7b816bb96f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 36 additions and 1 deletions

View file

@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Options to control mouse pointer shape, :opt:`default_pointer_shape`, and
:opt:`pointer_shape_when_dragging` (:pull:`3041`)
- Font independent rendering for braille characters, which ensures they are properly
aligned at all font sizes.
- Fix a regression in 0.19.0 that caused borders not to be drawn when setting
:opt:`window_margin_width` and keeping :opt:`draw_minimal_borders` on
(:iss:`3017`)