Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

remove-scene-viewer
justincc 2011-09-16 19:56:14 +01:00
commit 30b6838837
1 changed files with 4 additions and 1 deletions

View File

@ -417,7 +417,10 @@ namespace OpenSim.Framework.Console
SetCursorLeft(0);
y = SetCursorTop(y);
if (echo)
System.Console.Write("{0}{1} ", prompt, cmdline);
else
System.Console.Write("{0}", prompt);
break;
case ConsoleKey.End: