diff options
author | Jak Daniels | 2014-09-22 16:54:12 +0100 |
---|---|---|
committer | BlueWall | 2014-09-23 10:36:00 -0400 |
commit | bde60cc92e0966177a1aeb03dce3183a92b7a38c (patch) | |
tree | de52febcc9eeac28c8637a140abc862243c39510 /bin/OpenSimDefaults.ini | |
parent | Modifications to previous IAR commits to bring them more inline with existing... (diff) | |
download | opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.zip opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.gz opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.bz2 opensim-SC-bde60cc92e0966177a1aeb03dce3183a92b7a38c.tar.xz |
Add persistent command history in console
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5361e8d..c6250e5 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -9,6 +9,16 @@ | |||
9 | ; \\ - substtitue \ | 9 | ; \\ - substtitue \ |
10 | ConsolePrompt = "Region (\R) " | 10 | ConsolePrompt = "Region (\R) " |
11 | 11 | ||
12 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) | ||
13 | ConsoleHistoryFileEnabled = true | ||
14 | |||
15 | ; The history file can be just a filename (relative to OpenSim's bin/ directory | ||
16 | ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) | ||
17 | ConsoleHistoryFile = "OpenSimConsoleHistory.txt" | ||
18 | |||
19 | ; How many lines of command history should we keep? (default is 100) | ||
20 | ConsoleHistoryFileLines = 100 | ||
21 | |||
12 | ; Set this to true if you want to log crashes to disk | 22 | ; Set this to true if you want to log crashes to disk |
13 | ; this can be useful when submitting bug reports. | 23 | ; this can be useful when submitting bug reports. |
14 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | 24 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit |