From 31d9ad9de57492924f8bad1640359d3a45cec731 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 9 Nov 2024 16:28:17 +0000 Subject: [PATCH] remove note --- src/textual/messages.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/textual/messages.py b/src/textual/messages.py index 1a9f951302..427d8597c8 100644 --- a/src/textual/messages.py +++ b/src/textual/messages.py @@ -103,10 +103,6 @@ class TerminalSupportsSynchronizedOutput(Message): class TerminalSupportInBandWindowResize(Message): """Reports if the in-band window resize protocol is supported. - !!! note - - This is used internally. The app will never see this. - https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83""" def __init__(self, supported: bool, enabled: bool) -> None: