mirror of https://github.com/Textualize/rich.git
comment
This commit is contained in:
parent
aaaef278be
commit
02f3d148e8
|
@ -6,6 +6,7 @@ from typing import Callable
|
||||||
from ._cell_widths import CELL_WIDTHS
|
from ._cell_widths import CELL_WIDTHS
|
||||||
|
|
||||||
# Ranges of unicode ordinals that produce a 1-cell wide character
|
# Ranges of unicode ordinals that produce a 1-cell wide character
|
||||||
|
# This is non-exhaustive, but covers most common Western characters
|
||||||
_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [
|
_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [
|
||||||
(0x20, 0x7E), # Latin (excluding non-printable)
|
(0x20, 0x7E), # Latin (excluding non-printable)
|
||||||
(0xA0, 0xAC),
|
(0xA0, 0xAC),
|
||||||
|
|
Loading…
Reference in New Issue