Skip to content

Commit 60bde3a

Browse files
committed
help adapted to dark-mode
1 parent f4ce666 commit 60bde3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

help.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ To leave Gforth, type "bye", or use Ctrl-D at the start of a line.
66
To input floating-point numbers, use an exponent, e.g. "1e".
77
To input double-cell integers without warnings, use a base-prefix and put
88
the '.' only in the last position, e.g. "#1.".
9-
For better colors on dark background, type "black-colors".
9+
For better colors on dark background, type "dark-mode".
1010
Disable warnings with "warnings off" and reduce warnings with "-1 warnings !"
11-
Config in ~/.config/gforthrc0 before loading anything, ~/.config/gforthrc for interactive mode
11+
~/.config/gforthrc0 is loaded before processing the OS command line.
12+
~/.config/gforthrc is loaded before entering the Forth command line.

0 commit comments

Comments
 (0)