From 54355f9686a5a07f27de5cd3444b87509df2fd2f Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 13 Nov 2022 15:15:05 +0700 Subject: Changed from Environment.NewLine to dedicated NewLine module thoroughly, Fixing a bug on always asks for update, Slowly migrating from full Terminal-dependant to Console-based --- ShiftOS-TheRevival/MainForms/ConsoleRTF.vb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ShiftOS-TheRevival/MainForms/ConsoleRTF.vb (limited to 'ShiftOS-TheRevival/MainForms/ConsoleRTF.vb') diff --git a/ShiftOS-TheRevival/MainForms/ConsoleRTF.vb b/ShiftOS-TheRevival/MainForms/ConsoleRTF.vb new file mode 100644 index 0000000..18b9bea --- /dev/null +++ b/ShiftOS-TheRevival/MainForms/ConsoleRTF.vb @@ -0,0 +1,3 @@ +Public Class ConsoleRTF + +End Class \ No newline at end of file -- cgit v1.2.3