aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Terminal.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 09:48:33 -0400
committerMichael <[email protected]>2017-04-16 09:48:33 -0400
commita0fc2b5e701659d1ed17eba9c2888cae6d519c1e (patch)
tree4a76428de6c261f5d0f003f471de9813d4abed10 /ShiftOS.WinForms/Applications/Terminal.cs
parentc1457428399f815d51dd535752b74ce3bcb484af (diff)
downloadshiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.gz
shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.bz2
shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.zip
More documentation
Diffstat (limited to 'ShiftOS.WinForms/Applications/Terminal.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index c0fdf01..8d29cba 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -321,7 +321,6 @@ namespace ShiftOS.WinForms.Applications {
if (SaveSystem.CurrentSave != null) {
if (!ShiftoriumFrontend.UpgradeInstalled("window_manager")) {
- rtbterm.Text = AppearanceManager.LastTerminalText;
rtbterm.Select(rtbterm.TextLength, 0);
}
TerminalBackend.PrintPrompt();