23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.autoSave
If true, saves changes to the level and solution files when the program
terminates. If false (default), they are only saved to the user cache
database; to copy the changes to the level and solution files, you must
use the .u command in SQL mode (-x).
.editTitle
The window title to use in edit mode. A tilde is replaced by the name of
the puzzle set.
.gameTitle
The window title to use in game mode. A tilde is replaced by the name of
the puzzle set.
|
>
>
>
>
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
.autoSave
If true, saves changes to the level and solution files when the program
terminates. If false (default), they are only saved to the user cache
database; to copy the changes to the level and solution files, you must
use the .u command in SQL mode (-x).
.codepage
The path to the code page file. If not specified, then code pages other
than 437 are not available (code page 437 is built-in).
.editTitle
The window title to use in edit mode. A tilde is replaced by the name of
the puzzle set.
.gameTitle
The window title to use in game mode. A tilde is replaced by the name of
the puzzle set.
|