aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dumbsh.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-02-01 13:46:30 +1000
committerDavid Walter Seikel2014-02-01 13:46:30 +1000
commit8f4d17e8352881c686488f61bf48969461f1e662 (patch)
tree71ae23e391bac9e67a1ef069eee3d7608b6374e5 /dumbsh.c
parentSqueeze things into 80 character lines. (diff)
downloadboxes-8f4d17e8352881c686488f61bf48969461f1e662.zip
boxes-8f4d17e8352881c686488f61bf48969461f1e662.tar.gz
boxes-8f4d17e8352881c686488f61bf48969461f1e662.tar.bz2
boxes-8f4d17e8352881c686488f61bf48969461f1e662.tar.xz
Rename some keys and remove special casing of MC Esc digit sequences.
Diffstat (limited to 'dumbsh.c')
-rw-r--r--dumbsh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dumbsh.c b/dumbsh.c
index a282caf..875614b 100644
--- a/dumbsh.c
+++ b/dumbsh.c
@@ -170,8 +170,7 @@ static struct keyCommand simpleEmacsKeys[] =
170 {"Del", deleteChar}, 170 {"Del", deleteChar},
171 {"^D", deleteChar}, 171 {"^D", deleteChar},
172 {"Return", doCommand}, 172 {"Return", doCommand},
173 {"^J", doCommand}, 173 {"Enter", doCommand},
174 {"^M", doCommand},
175 {"Down", nextHistory}, 174 {"Down", nextHistory},
176 {"^N", nextHistory}, 175 {"^N", nextHistory},
177 {"End", endOfLine}, 176 {"End", endOfLine},