Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 1, 2024
1 parent aaaef27 commit 02f3d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rich/cells.py
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
from ._cell_widths import CELL_WIDTHS

# 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]] = [
(0x20, 0x7E), # Latin (excluding non-printable)
(0xA0, 0xAC),

0 comments on commit 02f3d14

Please sign in to comment.