This commit is contained in:
Kovid Goyal 2025-01-16 09:13:17 +05:30
parent 3501e76238
commit 3655db3124
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -177,7 +177,7 @@ realistic.
So instead, this protocol solves this issue robustly by removing the
co-ordination problem and putting only one actor in charge of determining
string width. The client becomes responsible for doing whatever level of
grapheme segmentation it is comfortable with using whatever unicode database is
grapheme segmentation it is comfortable with using whatever Unicode database is
at its disposal and then it can transmit the segmented string to the terminal
with the appropriate `w` values so that the terminal renders the text in the
exact number of cells the client expects.