mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
fix?
This commit is contained in:
@@ -19,7 +19,7 @@ logger = data_centre.setup_logging()
|
|||||||
tk = Tk()
|
tk = Tk()
|
||||||
# tk.withdraw()
|
# tk.withdraw()
|
||||||
canvas = Canvas(tk, width=500, height=400, bd=0, highlightthickness=0)
|
canvas = Canvas(tk, width=500, height=400, bd=0, highlightthickness=0)
|
||||||
canvas.pack()
|
canvas.pack(fill=BOTH, expand=YES)
|
||||||
|
|
||||||
wid = canvas.winfo_id()
|
wid = canvas.winfo_id()
|
||||||
os.system('xterm -into %d -geometry 40x20 -sb &' % wid)
|
os.system('xterm -into %d -geometry 40x20 -sb &' % wid)
|
||||||
|
|||||||
Reference in New Issue
Block a user