diff options
| author | Michael <[email protected]> | 2017-05-28 14:40:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-28 14:40:42 -0400 |
| commit | 9914c18456a0c08019e778479ce727ac937b1e57 (patch) | |
| tree | 30501777916b27e763aac3b901b0e4d7e22170cc /ShiftOS.WinForms/Applications/Terminal.cs | |
| parent | 6123e06842ec9eea60bd2d73588ac6c545d0ea99 (diff) | |
| download | shiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.tar.gz shiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.tar.bz2 shiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.zip | |
Fuck
Diffstat (limited to 'ShiftOS.WinForms/Applications/Terminal.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 3d17d35..de4888b 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -232,6 +232,7 @@ namespace ShiftOS.WinForms.Applications var text = txt.Lines.ToArray(); var text2 = text[text.Length - 1]; var text3 = ""; + Console.WriteLine(); var text4 = Regex.Replace(text2, @"\t|\n|\r", ""); if (IsInRemoteSystem == true) |
