From 3f16a66096c98be2feb375afec666f8db97f172d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Jan 2025 08:21:31 +0530 Subject: [PATCH] ... --- docs/text-sizing-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text-sizing-protocol.rst b/docs/text-sizing-protocol.rst index cd13e9dd15..9a80a132aa 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -220,7 +220,7 @@ rules must be followed, in decreasing order of precedence: #. If the text will overwrite any cell in the topmost row of the multicell character, the entire multicell character must be replaced by spaces (this rule is present for backwards compatibility with how overwriting works for - two cell characters) + wide characters) #. If the text will overwrite cells from a row after the first row, then cursor should be moved past the cells of the multicell character on that row and only then the text should be written. Note that this behavior is independent of the value of DECAWM. This