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/OpenSim.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/OpenSim.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8c1a2c6..573180a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -51,6 +51,19 @@ | |||
51 | ;; \\ - substitute \ | 51 | ;; \\ - substitute \ |
52 | ; ConsolePrompt = "Region (\R) " | 52 | ; ConsolePrompt = "Region (\R) " |
53 | 53 | ||
54 | ;# {ConsoleHistoryFileEnabled} {} {Save console commands to a history file?} {true false} true | ||
55 | ;; Console commands can be saved to a file, so the command history persists after a restart. (default is false) | ||
56 | ; ConsoleHistoryFileEnabled = true | ||
57 | |||
58 | ;# {ConsoleHistoryFile} {} {Filename in which to save history} {} OpenSimConsoleHistory.txt | ||
59 | ;; The history file can be just a filename (relative to OpenSim's bin/ directory | ||
60 | ;; or it can be a full path to somewhere else. (default is OpenSimConsoleHistory.txt in bin/) | ||
61 | ; ConsoleHistoryFile = "OpenSimConsoleHistory.txt" | ||
62 | |||
63 | ;# {ConsoleHistoryFileLines} {} {How many lines of history to save?} {} 100 | ||
64 | ;; How many lines of command history should we keep? (default is 100) | ||
65 | ; ConsoleHistoryFileLines = 100 | ||
66 | |||
54 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false | 67 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false |
55 | ;; Set this to true if you want to log crashes to disk | 68 | ;; Set this to true if you want to log crashes to disk |
56 | ;; this can be useful when submitting bug reports. | 69 | ;; this can be useful when submitting bug reports. |