summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/urwid/files/urwid-0.8.7-input.diff')
-rw-r--r--dev-python/urwid/files/urwid-0.8.7-input.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urwid/files/urwid-0.8.7-input.diff b/dev-python/urwid/files/urwid-0.8.7-input.diff
index 1ce066b27070..68a09c8618b3 100644
--- a/dev-python/urwid/files/urwid-0.8.7-input.diff
+++ b/dev-python/urwid/files/urwid-0.8.7-input.diff
@@ -10,7 +10,7 @@
+
+
+_escape_sequences = [
-+ ('[A','up'),('[B','[down'),('[C','right'),('[D','left'),
++ ('[A','up'),('[B','down'),('[C','right'),('[D','left'),
+ ('[E','5'),('[F','end'),('[H','home'),
+
+ ('[1~','home'),('[2~','insert'),('[3~','delete'),('[4~','end'),