From 4beaaa1988db67f89ed55d52738fe0d465d6482f Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 17 Nov 2022 13:36:07 +0700 Subject: further isolate any terminal-related function from console --- ShiftOS-TheRevival/MainForms/Console.Designer.vb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS-TheRevival/MainForms/Console.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/Console.Designer.vb b/ShiftOS-TheRevival/MainForms/Console.Designer.vb index 3e07714..3d73ced 100644 --- a/ShiftOS-TheRevival/MainForms/Console.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/Console.Designer.vb @@ -28,6 +28,7 @@ Partial Class Console Me.InfoBar = New System.Windows.Forms.TextBox() Me.InfoBarTimer = New System.Windows.Forms.Timer(Me.components) Me.ToolBar = New System.Windows.Forms.TextBox() + Me.ShortcutHandler = New System.ComponentModel.BackgroundWorker() Me.SuspendLayout() ' 'TextBox1 @@ -102,4 +103,5 @@ Partial Class Console Friend WithEvents InfoBar As TextBox Friend WithEvents InfoBarTimer As Timer Friend WithEvents ToolBar As TextBox + Friend WithEvents ShortcutHandler As System.ComponentModel.BackgroundWorker End Class -- cgit v1.2.3