aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/TerminalTextWriter.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-28 12:40:06 -0400
committerMichael <[email protected]>2017-05-28 12:40:06 -0400
commit03ebdf42d9f12b678d48f954736664f6f3eb1f84 (patch)
tree3c16a83f0aed5a93ae9698c39ebf6c94ea2c56ed /ShiftOS_TheReturn/TerminalTextWriter.cs
parent4036e97f3f3ecb6541cc623165e960e8c172f242 (diff)
downloadshiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.gz
shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.tar.bz2
shiftos_thereturn-03ebdf42d9f12b678d48f954736664f6f3eb1f84.zip
Funny, disabling localization makes things easier...
Diffstat (limited to 'ShiftOS_TheReturn/TerminalTextWriter.cs')
-rw-r--r--ShiftOS_TheReturn/TerminalTextWriter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/TerminalTextWriter.cs b/ShiftOS_TheReturn/TerminalTextWriter.cs
index 4c0c3a0..63e88eb 100644
--- a/ShiftOS_TheReturn/TerminalTextWriter.cs
+++ b/ShiftOS_TheReturn/TerminalTextWriter.cs
@@ -42,6 +42,7 @@ namespace ShiftOS.Engine
{
ConsoleEx.OnFlush = () =>
{
+ System.Diagnostics.Debug.WriteLine("[terminal] " + buffer);
Desktop.InvokeOnWorkerThread(() =>
{
UnderlyingControl?.Write(buffer);