diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7ea710e..2c5fbf5 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -3,6 +3,13 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | [Startup] | 5 | [Startup] |
6 | ; Console prompt | ||
7 | ; Certain special characters can be used to customize the prompt | ||
8 | ; Currently, these are | ||
9 | ; \R - substitute region name | ||
10 | ; \\ - substtitue \ | ||
11 | ConsolePrompt = "Region (\R) " | ||
12 | |||
6 | ; Set this to true if you want to log crashes to disk | 13 | ; Set this to true if you want to log crashes to disk |
7 | ; this can be useful when submitting bug reports. | 14 | ; this can be useful when submitting bug reports. |
8 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | 15 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit |