mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add a skeleton class, "RemoteConsole", for a console that uses REST
This commit is contained in:
@@ -46,7 +46,6 @@ namespace OpenSim.Framework.Console
|
||||
private int y = -1;
|
||||
private int cp = 0;
|
||||
private int h = 1;
|
||||
private string prompt = "# ";
|
||||
private StringBuilder cmdline = new StringBuilder();
|
||||
private bool echo = true;
|
||||
private List<string> history = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user