From 6429b30f91164cbee42806b6e171205131aaa298 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 27 Jan 2010 22:32:20 +0000 Subject: =?UTF-8?q?l=C3=A0=20=C3=A7a=20marche.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui.py b/src/gui.py index 8595e238..2687a44d 100644 --- a/src/gui.py +++ b/src/gui.py @@ -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: -- cgit v1.2.3