This commit is contained in:
Steven Brown
2017-10-12 12:05:24 +13:00
parent adee9c54e4
commit 4d395c2736

View File

@@ -19,7 +19,7 @@ logger = data_centre.setup_logging()
tk = Tk()
# tk.withdraw()
canvas = Canvas(tk, width=500, height=400, bd=0, highlightthickness=0)
canvas.pack()
canvas.pack(fill=BOTH, expand=YES)
wid = canvas.winfo_id()
os.system('xterm -into %d -geometry 40x20 -sb &' % wid)