From eb41e07992fa2cb51194a0d4327a494f66b87b9b Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sat, 19 Nov 2022 07:25:02 +0700 Subject: completing any migration from TerminalExternalApps into its own module --- ShiftOS-TheRevival/API/ConsoleAPI.vb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ShiftOS-TheRevival/API/ConsoleAPI.vb') diff --git a/ShiftOS-TheRevival/API/ConsoleAPI.vb b/ShiftOS-TheRevival/API/ConsoleAPI.vb index c7b83d8..adb0d6f 100644 --- a/ShiftOS-TheRevival/API/ConsoleAPI.vb +++ b/ShiftOS-TheRevival/API/ConsoleAPI.vb @@ -9,6 +9,13 @@ Console.WindowState = FormWindowState.Maximized End Sub + Public Sub Console_Interpreters() + If Console.ShouldChange = True Then + Console.ChangeInterpreter = True + Console.ShouldChange = False + End If + End Sub + Public Sub NewLine(str As String) Console.TextBox1.Text = Console.TextBox1.Text & Environment.NewLine & str End Sub -- cgit v1.2.3