aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-30 20:28:31 -0400
committerMichael <[email protected]>2017-04-30 20:28:31 -0400
commita99711507970055e02dd678e613e9d8546e6742e (patch)
treef5e47afa6c153a0e9df5d6190b9d5fcda89ac7cc /ShiftOS.WinForms/Applications
parent5f11bf2d299ab7575daf31970c4c504066f82a43 (diff)
downloadshiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.tar.gz
shiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.tar.bz2
shiftos_thereturn-a99711507970055e02dd678e613e9d8546e6742e.zip
fix unite login and add multiuser support
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index 3b1a020..d35f7e0 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -283,6 +283,7 @@ namespace ShiftOS.WinForms.Applications
}
TerminalBackend.LastCommand = text3;
TextSent?.Invoke(text4);
+ TerminalBackend.SendText(text4);
if (TerminalBackend.InStory == false)
{
if (text3 == "stop theme")