We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaef27 commit 02f3d14Copy full SHA for 02f3d14
rich/cells.py
@@ -6,6 +6,7 @@
6
from ._cell_widths import CELL_WIDTHS
7
8
# Ranges of unicode ordinals that produce a 1-cell wide character
9
+# This is non-exhaustive, but covers most common Western characters
10
_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [
11
(0x20, 0x7E), # Latin (excluding non-printable)
12
(0xA0, 0xAC),
0 commit comments