673
673
# TODO: Is there anything that gets a better update when the window
674
674
# is resized while the program is running? We could use the Python termcap
681
s = struct.pack('HHHH', 0, 0, 0, 0)
681
696
def supports_executable():
682
697
return sys.platform != "win32"