Merge branch 'master' of https://github.com/dankamongmen/kitty
This commit is contained in:
@@ -10,6 +10,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||||||
- Distribute extra pixels among all eight-blocks rather than adding them
|
- Distribute extra pixels among all eight-blocks rather than adding them
|
||||||
all to the last block (:iss:`3097`)
|
all to the last block (:iss:`3097`)
|
||||||
|
|
||||||
|
- Fix drawing of a few sextant characters incorrect (:pull:`3105`)
|
||||||
|
|
||||||
|
|
||||||
0.19.2 [2020-11-13]
|
0.19.2 [2020-11-13]
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
@@ -955,7 +955,7 @@ for i in range(256):
|
|||||||
|
|
||||||
c = 0x1fb00
|
c = 0x1fb00
|
||||||
for i in range(1, 63):
|
for i in range(1, 63):
|
||||||
if i in (20, 40):
|
if i in (21, 42):
|
||||||
continue
|
continue
|
||||||
box_chars[chr(c)] = [p(sextant, which=i)]
|
box_chars[chr(c)] = [p(sextant, which=i)]
|
||||||
c += 1
|
c += 1
|
||||||
|
|||||||
Reference in New Issue
Block a user