aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-14 10:25:13 +0700
committerEverythingWindows <[email protected]>2022-11-14 10:25:13 +0700
commit47d0c108df76229c0469d2f7b62563904eae141a (patch)
treefc730bd09bab19c4badc769ebe651d56f3a37ff4 /ShiftOS-TheRevival/MainForms/ConsoleAPI.vb
parent82582215fc912b1c9d0c3a39189320cf1173efa4 (diff)
downloadshiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.tar.gz
shiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.tar.bz2
shiftos-therevival-old-47d0c108df76229c0469d2f7b62563904eae141a.zip
Migration from Console to TerminalInteralApps and TerminalExternalApps for some commands.
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ConsoleAPI.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ConsoleAPI.vb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb
index 155173e..7021e2e 100644
--- a/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb
+++ b/ShiftOS-TheRevival/MainForms/ConsoleAPI.vb
@@ -11,6 +11,10 @@
Console.TextBox1.Text = str
End Sub
+ Public Sub Undeveloped()
+ NewLine("Oopsie! It's only for newer version")
+ End Sub
+
Public Sub TextRebind()
Console.TextBox1.Select(Console.TextBox1.Text.Length, 0)
Console.TextBox1.ScrollToCaret()