mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Forgot a couple of octants
This commit is contained in:
@@ -1196,6 +1196,8 @@ box_chars = { # {{{
|
||||
'🮫',
|
||||
'🮬',
|
||||
'🮭',
|
||||
'🮮'} # }}}
|
||||
'🮮',
|
||||
'\U0001fbe6', '\U0001fbe7',
|
||||
} # }}}
|
||||
for ch in range(0x1cd00, 0x1cde5+1): # octants
|
||||
box_chars.add(chr(ch))
|
||||
|
||||
Reference in New Issue
Block a user