aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-10 22:56:13 +0000
committerJustin Clark-Casey (justincc)2011-11-10 22:56:13 +0000
commit2d4ac6288dab1b12997c54cdc93d71ac5d0be8fc (patch)
treefd5b0c45ffaa0405d4682a6a63609a14984f37d4 /bin/OpenSimDefaults.ini
parentconvert tabs from commit 3758306 to spaces (diff)
downloadopensim-SC_OLD-2d4ac6288dab1b12997c54cdc93d71ac5d0be8fc.zip
opensim-SC_OLD-2d4ac6288dab1b12997c54cdc93d71ac5d0be8fc.tar.gz
opensim-SC_OLD-2d4ac6288dab1b12997c54cdc93d71ac5d0be8fc.tar.bz2
opensim-SC_OLD-2d4ac6288dab1b12997c54cdc93d71ac5d0be8fc.tar.xz
Alter commit 3758306 to allow region name to be substituted within a region console prompt
This is to allow broader subsitution in the future. Currently, the only substitions are \R (for region name) and \\ (for a single backslash) e.g. "Region (\R) " is the current and continuing default prompt This renames custom_prompt in [Startup] to ConsolePrompt
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini7
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