Skip to content
Snippets Groups Projects
Commit 4da104ea authored by deuce's avatar deuce
Browse files

After the user config menu returns, set user.cached to false.

This allows changes to take effect immediately.

Fixes two bugs:
1) Disabling ANSI does not drop into the unusable failsafe mode.
2) Changing the shell now takes effect immediately.
parent 109cb38d
No related branches found
No related tags found
No related merge requests found
......@@ -2289,6 +2289,7 @@ function show_settingsmenu()
clear_screen();
var oldshell=user.command_shell;
bbs.user_config();
user.cached=false;
/* Still using this shell? */
if(user.command_shell != oldshell)
exit(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