use true window size

This commit is contained in:
Lephe 2019-10-02 07:56:58 +02:00
parent 3d8dcdd989
commit 0e9a2ee944
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def main():
print_ast(ast, lang="ast")
with Window(width=128, height=48, scale=scale, quiet=quiet) as w:
with Window(width=192, height=47, scale=scale, quiet=quiet) as w:
ctx = Context(w)
ctx.run(ast)