mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Input cursor styling
This commit is contained in:
@@ -307,6 +307,7 @@ class ChangingThemeApp(App[None]):
|
||||
yield Footer()
|
||||
|
||||
def on_mount(self) -> None:
|
||||
self.theme = "nord"
|
||||
text_area = self.query_one(TextArea)
|
||||
text_area.selection = Selection((0, 0), (1, 10))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user