From 02f3d148e8f7143519272ed6404cc6894dc13ec6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 1 Nov 2024 12:16:56 +0000 Subject: [PATCH] comment --- rich/cells.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rich/cells.py b/rich/cells.py index 52245df3..a8546227 100644 --- a/rich/cells.py +++ b/rich/cells.py @@ -6,6 +6,7 @@ from typing import Callable 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),