keyboard control of cursor

This commit is contained in:
Will McGugan
2022-06-21 17:49:28 +01:00
parent a9be6aa32a
commit b2ed540c50
3 changed files with 178 additions and 15 deletions

View File

@@ -47,7 +47,13 @@ class TableApp(App):
height = 1
row = [f"row [b]{n}[/b] col [i]{c}[/i]" for c in range(6)]
if n == 10:
row[1] = Syntax(CODE, "python", line_numbers=True, indent_guides=True)
row[1] = Syntax(
CODE,
"python",
theme="ansi_dark",
line_numbers=True,
indent_guides=True,
)
height = 13
if n == 30: