Merge pull request #533 from Textualize/add-terminal-mode2026-support

[terminal buffering] Add support for the "mode 2026" - aka SynchronizedOutput
This commit is contained in:
Will McGugan
2022-05-25 17:28:01 +01:00
committed by GitHub
8 changed files with 78 additions and 37 deletions

View File

@@ -39,7 +39,7 @@ class Introduction(Widget):
}
"""
def render(self) -> RenderableType:
def render(self, styles) -> RenderableType:
return Text(
"Press '-' and '+' to add or remove placeholders.", justify="center"
)