Skip to content

Commit 02f3d14

Browse files
committed
comment
1 parent aaaef27 commit 02f3d14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rich/cells.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from ._cell_widths import CELL_WIDTHS
77

88
# Ranges of unicode ordinals that produce a 1-cell wide character
9+
# This is non-exhaustive, but covers most common Western characters
910
_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [
1011
(0x20, 0x7E), # Latin (excluding non-printable)
1112
(0xA0, 0xAC),

0 commit comments

Comments
 (0)