about summary refs log tree commit diff stats
path: root/075scenario_console.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-29 17:57:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-29 17:57:13 -0700
commitbd345189bdb964346d8f8a9bdaa5c44695b868c9 (patch)
treeeb3c051c87cfe628a48f379dcccf00c9f4586066 /075scenario_console.cc
parent8e9124f214f7f752056d27c79faed0163178f51e (diff)
downloadmu-bd345189bdb964346d8f8a9bdaa5c44695b868c9.tar.gz
2105
Diffstat (limited to '075scenario_console.cc')
-rw-r--r--075scenario_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/075scenario_console.cc b/075scenario_console.cc
index a96a5cd6..7e144962 100644
--- a/075scenario_console.cc
+++ b/075scenario_console.cc
@@ -150,7 +150,7 @@ void initialize_key_names() {
   Key["tab"] = TB_KEY_TAB;
   Key["ctrl-i"] = TB_KEY_CTRL_I;
   Key["ctrl-j"] = TB_KEY_CTRL_J;
-  Key["newline"] = TB_KEY_NEWLINE;
+  Key["enter"] = TB_KEY_NEWLINE;  // ignore CR/LF distinction; there is only 'enter'
   Key["ctrl-k"] = TB_KEY_CTRL_K;
   Key["ctrl-l"] = TB_KEY_CTRL_L;
   Key["ctrl-m"] = TB_KEY_CTRL_M;