From 8f4d17e8352881c686488f61bf48969461f1e662 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 1 Feb 2014 13:46:30 +1000 Subject: Rename some keys and remove special casing of MC Esc digit sequences. --- dumbsh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dumbsh.c') 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[] = {"Del", deleteChar}, {"^D", deleteChar}, {"Return", doCommand}, - {"^J", doCommand}, - {"^M", doCommand}, + {"Enter", doCommand}, {"Down", nextHistory}, {"^N", nextHistory}, {"End", endOfLine}, -- cgit v1.1