mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
write a newline at end
This commit is contained in:
@@ -496,6 +496,7 @@ namespace OpenSim.Framework.Console
|
||||
|
||||
if((key.Modifiers & ConsoleModifiers.Control) != 0 && key.Key == ConsoleKey.C)
|
||||
{
|
||||
System.Console.Write(Environment.NewLine);
|
||||
LocalCancelKeyPressed();
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user