From f3d11527bd83ae40616582d2116891e9d08831ae Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 13 Nov 2022 21:22:42 +0700 Subject: More NewLine migration, Epilepsy warning fixing, and fixing update system --- ShiftOS-TheRevival/MainForms/ConsoleAPI.vb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ShiftOS-TheRevival/MainForms/ConsoleAPI.vb') diff --git a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb index 28b7efc..155173e 100644 --- a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb +++ b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb @@ -15,4 +15,10 @@ Console.TextBox1.Select(Console.TextBox1.Text.Length, 0) Console.TextBox1.ScrollToCaret() End Sub + + Public Sub TextRebindBehind() + 'Console.TextBox1.Select(Console.TextBox1.Lines.Length - 1, 0) + Console.TextBox1.Select(Console.TextBox1.Lines.Length - 1, 0) + Console.TextBox1.ScrollToCaret() + End Sub End Module -- cgit v1.2.3