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

Enforce the default message read cmds: (A)uto-reply, (R)e-read

The "RemoteAccess emulation" flag can be set by other shells, so be sure to
clear it when using (e.g. switching back) to this shell.
parent acc19483
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -13,6 +13,8 @@ require("gettext.js", "gettext");
load("termsetup.js");
var shell = load({}, "shell_lib.js");
system.settings &= ~SYS_RA_EMU; // Use (R)e-read and (A)uto-reply keys
const help_key = '?';
// If user has unlimited time, display time-used rather than time-remaining
const time_code = user.security.exemptions & UFLAG_T ? "@TUSED@" : "@TLEFT@";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment