Skip to content
Snippets Groups Projects
Commit 2131a764 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Allow ENTER to abort the Operator menu.

parent b1f931df
No related branches found
No related tags found
No related merge requests found
......@@ -1077,7 +1077,7 @@ function list_msgs(msgbase, list, current, preview, grp_name, sub_name)
console.crlf();
}
console.putmsg(options.operator_prompt || "\x01[\x01>\x01y\x01hOperator: ", K_NOCRLF);
switch(console.getkeys("?QHC", 0, K_NOCRLF|K_UPPER)) {
switch(console.getkeys("?QHC\r", 0, K_NOCRLF|K_UPPER)) {
case '?':
if(user.settings & USER_EXPERT) {
console.line_counter = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment