mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
[terminal buffering] Address PR feedback
This commit is contained in:
@@ -53,9 +53,7 @@ class AppTest(App):
|
||||
# We need this so the `CLEAR_SCREEN_SEQUENCE` is always sent for a screen refresh,
|
||||
# whatever the environment:
|
||||
# (we use it to slice the output into distinct full screens displays)
|
||||
self._terminal_features = TerminalSupportedFeatures(
|
||||
mode2026_synchronized_update=True,
|
||||
)
|
||||
self._terminal_features = TerminalSupportedFeatures(synchronised_output=True)
|
||||
|
||||
self._size = size
|
||||
self._console = ConsoleTest(width=size.width, height=size.height)
|
||||
|
||||
Reference in New Issue
Block a user