From 0e9a2ee9448223e0e03d2d27cec5c4792413bbb0 Mon Sep 17 00:00:00 2001 From: Lephe Date: Wed, 2 Oct 2019 07:56:58 +0200 Subject: [PATCH] use true window size --- fx92.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fx92.py b/fx92.py index 73c514a..90773eb 100755 --- a/fx92.py +++ b/fx92.py @@ -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)