Add a skeleton class, "RemoteConsole", for a console that uses REST

This commit is contained in:
Melanie Thielker
2009-05-04 12:29:44 +00:00
parent 1b877234da
commit eedf216eba
2 changed files with 57 additions and 1 deletions

View File

@@ -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>();