From 07354f4d6d4704aad1b693a28a7d79003f3e01e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 Jul 2025 10:45:43 +0530 Subject: [PATCH] Update wording of warning regarding changes to text sizing algorithm --- docs/text-sizing-protocol.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/text-sizing-protocol.rst b/docs/text-sizing-protocol.rst index 984258ca2..aeab8155a 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -357,11 +357,11 @@ The algorithm for splitting text into cells `__. .. warning:: - This algorithm is under public discussion in :iss:`8533`. Until that issue - is closed, it is subject to change based on feedback from the community. - Additionally, in the future if the Unicode standard changes in ways that - affect this algorithm, it will be updated. Currently the algorithm is based - on Unicode version 16. + This algorithm is under public discussion in :iss:`8533`. If serious issues + are brought to light in that discussion, there may be small changes to the + protocol to address them. Additionally, in the future if the Unicode standard + changes in ways that affect this algorithm, it will be updated. Currently the + algorithm is based on Unicode version 16. Here, we specify how a terminal must split up text into cells, where a cell is a width one unit in the character grid the terminal displays.