mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-01 13:23:58 +00:00
...
This commit is contained in:
parent
b853fc30c0
commit
f3cd3e74ae
1 changed files with 3 additions and 4 deletions
|
|
@ -955,10 +955,9 @@ for i in range(256):
|
|||
|
||||
c = 0x1fb00
|
||||
for i in range(1, 63):
|
||||
if i in (21, 42):
|
||||
continue
|
||||
box_chars[chr(c)] = [p(sextant, which=i)]
|
||||
c += 1
|
||||
if i not in (21, 42):
|
||||
box_chars[chr(c)] = [p(sextant, which=i)]
|
||||
c += 1
|
||||
|
||||
for i in range(1, 7):
|
||||
box_chars[chr(0x1fb6f + i)] = [p(eight_bar, which=i)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue