diff options
| author | Michael <[email protected]> | 2017-05-29 11:38:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-29 11:38:20 -0400 |
| commit | 58c9152351b02b37e63fc193060474478f1e9a65 (patch) | |
| tree | a13b648e958bf656c216b290888105644f5eced5 /ShiftOS.WinForms/Applications/Terminal.cs | |
| parent | f5a8a0a8c79f12eddb9ea862f1733d0d2706fa50 (diff) | |
| download | shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.gz shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.bz2 shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.zip | |
various things from last night
Diffstat (limited to 'ShiftOS.WinForms/Applications/Terminal.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index de4888b..2d2b4c5 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -232,7 +232,7 @@ namespace ShiftOS.WinForms.Applications var text = txt.Lines.ToArray(); var text2 = text[text.Length - 1]; var text3 = ""; - Console.WriteLine(); + txt.AppendText(Environment.NewLine); var text4 = Regex.Replace(text2, @"\t|\n|\r", ""); if (IsInRemoteSystem == true) |
