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

White-space change only

parent 17cc41ec
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ function columns(verbose, usr) ...@@ -52,7 +52,7 @@ function columns(verbose, usr)
function type(verbose, usr) function type(verbose, usr)
{ {
var term; var term;
if(usr === undefined) { // Use current user by default if(usr === undefined) { // Use current user by default
usr = user; usr = user;
term = console.term_supports(); // user current-detected terminal params term = console.term_supports(); // user current-detected terminal params
...@@ -68,7 +68,7 @@ function type(verbose, usr) ...@@ -68,7 +68,7 @@ function type(verbose, usr)
type = "ANSI"; type = "ANSI";
if(verbose !== true) if(verbose !== true)
return type; return type;
// Verbose // Verbose
if(term & USER_PETSCII) if(term & USER_PETSCII)
return ((usr.settings & USER_AUTOTERM) ? bbs.text(TerminalAutoDetect) : "") + "CBM/PETSCII"; return ((usr.settings & USER_AUTOTERM) ? bbs.text(TerminalAutoDetect) : "") + "CBM/PETSCII";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment