Skip to content

Commit 31d9ad9

Browse files
committed
remove note
1 parent 7aa434a commit 31d9ad9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/textual/messages.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ class TerminalSupportsSynchronizedOutput(Message):
103103
class TerminalSupportInBandWindowResize(Message):
104104
"""Reports if the in-band window resize protocol is supported.
105105
106-
!!! note
107-
108-
This is used internally. The app will never see this.
109-
110106
https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83"""
111107

112108
def __init__(self, supported: bool, enabled: bool) -> None:

0 commit comments

Comments
 (0)