là ça marche.

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-01-27 22:32:20 +00:00
parent 5a3f8ef18d
commit 6429b30f91

View file

@ -152,7 +152,7 @@ class Gui(object):
continue
elif ord(key) == 10:
self.execute()
elif ord(key) == 8:
elif ord(key) == 8 or ord(key) == 127:
self.window.input.key_backspace()
else:
if ord(key) > 190 and ord(key) < 225: