Skip to content

Commit

Permalink
remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 9, 2024
1 parent 7aa434a commit 31d9ad9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/textual/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 31d9ad9

Please sign in to comment.