From b53c4941b593fc6a18f782048c23af1130f7b9e3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 18 Jan 2025 10:29:14 +0530 Subject: [PATCH] add link to issue discussing text-sizing protocol --- 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 e8ceea5ec..1c58ce11b 100644 --- a/docs/text-sizing-protocol.rst +++ b/docs/text-sizing-protocol.rst @@ -19,7 +19,7 @@ Note that this protocol is fully backwards compatible, terminals that implement it will continue to work just the same with applications that do not use it. Because of this, it is not fully flexible in the font sizes it allows, as it still has to work with the character cell grid based fundamental nature of the -terminal. +terminal. Public discussion of this protocol is :iss:`here <8226>`. Quickstart --------------