Skip to content

Commit 00e9f2e

Browse files
committed
Adjust settings.m ...
* Adjust usage descriptions. * Add Settings`$UseUnicode.
1 parent 260445a commit 00e9f2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mathicsscript/settings.m

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
(**********************************************************************)
88

99

10-
Settings`$ShowFullFormInput::usage = "If this variable is set nonzero, mathicsscript shows the input in FullForm before evaluation.
10+
Settings`$ShowFullFormInput::usage = "If this Boolean variable is set True, mathicsscript shows the input in FullForm before evaluation.
1111
1212
Note this is for input entered, not the output of the evaluated result.
1313
"
1414

1515
Settings`$ShowFullFormInput = False
16-
Settings`$PygmentsStyle::usage = "This sets the Pygments style used to colorize output. The value should be a string.
16+
Settings`$PygmentsStyle::usage = "This variable sets the Pygments style used to colorize output. The value should be a string.
1717
1818
The default value changes background depending on whether the terminal has a light or dark background. You can also set the color style used on the command with the ``--style`` option, or look at the variable ```Settings`PygmentsStylesAvailable```. Or it can be set in the settings.m file."
1919

20-
Settings`$PygmentsShowTokens::usage = "Setting this True will show Pygments tokenization of the output."
20+
Settings`$PygmentsShowTokens::usage = "Setting this variable True will show Pygments tokenization of the output."
2121

2222
Settings`$PygmentsShowTokens = False
23+
24+
Settings`$PygmentsStyle::usage = "This Boolean variable sets whether Unicode is used in terminal input and output."
25+
Settings`$UseUnicode = True

0 commit comments

Comments
 (0)