mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
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
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
|
||||
|
||||
[Startup]
|
||||
; Console prompt
|
||||
; Certain special characters can be used to customize the prompt
|
||||
; Currently, these are
|
||||
; \R - substitute region name
|
||||
; \\ - substtitue \
|
||||
ConsolePrompt = "Region (\R) "
|
||||
|
||||
; Set this to true if you want to log crashes to disk
|
||||
; this can be useful when submitting bug reports.
|
||||
; However, this will only log crashes within OpenSimulator that cause the entire program to exit
|
||||
|
||||
Reference in New Issue
Block a user