[terminal buffering] Address PR feedback

This commit is contained in:
Olivier Philippon
2022-05-24 13:05:47 +01:00
parent 3486dc08b5
commit 7f27e70440
7 changed files with 107 additions and 131 deletions

View File

@@ -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)