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/Robust.HG.ini.example | |
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 '')
-rw-r--r-- | bin/Robust.HG.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index edcbec3..ef6f080 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -37,6 +37,16 @@ | |||
37 | ; The Robust.exe process must have R/W access to the location | 37 | ; The Robust.exe process must have R/W access to the location |
38 | ConfigDirectory = "." | 38 | ConfigDirectory = "." |
39 | 39 | ||
40 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) | ||
41 | ConsoleHistoryFileEnabled = true | ||
42 | |||
43 | ; The history file can be just a filename (relative to OpenSim's bin/ directory | ||
44 | ; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) | ||
45 | ConsoleHistoryFile = "RobustConsoleHistory.txt" | ||
46 | |||
47 | ; How many lines of command history should we keep? (default is 100) | ||
48 | ConsoleHistoryFileLines = 100 | ||
49 | |||
40 | [ServiceList] | 50 | [ServiceList] |
41 | 51 | ||
42 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 52 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |