We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa434a commit 31d9ad9Copy full SHA for 31d9ad9
src/textual/messages.py
@@ -103,10 +103,6 @@ class TerminalSupportsSynchronizedOutput(Message):
103
class TerminalSupportInBandWindowResize(Message):
104
"""Reports if the in-band window resize protocol is supported.
105
106
- !!! note
107
-
108
- This is used internally. The app will never see this.
109
110
https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83"""
111
112
def __init__(self, supported: bool, enabled: bool) -> None:
0 commit comments