From b3a0a9907f419e00cd36e5df7b3898e3d411f49b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Feb 2025 09:08:51 +0530 Subject: [PATCH] ... --- docs/text-sizing-protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/text-sizing-protocol.rst b/docs/text-sizing-protocol.rst index 16f0d05f0..906e8aa99 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -203,7 +203,8 @@ exact number of cells the client expects. .. note:: It is possible for a terminal to implement only the width part of this spec and ignore the scale part. This escape code works with only the `w` key as - well as a means of specifying how many cells each piece of text occupies. + well, as a means of specifying how many cells each piece of text occupies. + In such cases ``s`` defaults to 1. See the section on :ref:`detect_text_sizing` on how client applications can query for terminal emulator support.