From bd345189bdb964346d8f8a9bdaa5c44695b868c9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 29 Aug 2015 17:57:13 -0700 Subject: 2105 --- 075scenario_console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '075scenario_console.cc') 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; -- cgit 1.4.1-2-gfad0