[terminal buffering] Add support for the "mode 2026"

That task is definitely way more complicated that it seemed to be 😅
This commit is contained in:
Olivier Philippon
2022-05-20 12:51:40 +01:00
parent c212fd501f
commit d14659c1a3
10 changed files with 239 additions and 29 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"
)