From 555cc1319aae4b6e7cf9421f63dee9ffc547cbd5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Jan 2017 10:01:13 -0500 Subject: Add trm.exit command for exiting remote sessions. --- ShiftOS.WinForms/Applications/Terminal.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS.WinForms/Applications/Terminal.cs') diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 133858c..0a123d6 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -361,6 +361,11 @@ namespace ShiftOS.WinForms.Applications IsInRemoteSystem = true; RemoteGuid = msg.GUID; } + else if(msg.Name == "trm_handshake_stop") + { + IsInRemoteSystem = false; + RemoteGuid = ""; + } }; } -- cgit v1.2.3