aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-31 08:40:29 -0400
committerMichael <[email protected]>2017-05-31 08:40:29 -0400
commit3dd402277bba874f24fab11865d257133c6f782c (patch)
tree35feb3a128b9b3f8a830c3e37c5d8bebb58515fa /ShiftOS.WinForms/Applications
parentecf5297dbb9fd551005963dc1d430ed348848390 (diff)
downloadshiftos_thereturn-3dd402277bba874f24fab11865d257133c6f782c.tar.gz
shiftos_thereturn-3dd402277bba874f24fab11865d257133c6f782c.tar.bz2
shiftos_thereturn-3dd402277bba874f24fab11865d257133c6f782c.zip
Fix sizing issue with notifications, and UP key in terminal
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index 080e8bb..a4b77ae 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -338,6 +338,7 @@ namespace ShiftOS.WinForms.Applications
var tostring3 = txt.Lines[txt.Lines.Length - 1];
if (tostring3 == $"{SaveSystem.CurrentUser.Username}@{SaveSystem.CurrentSave.SystemName}:~$ ")
Console.Write(TerminalBackend.LastCommand);
+ ConsoleEx.OnFlush?.Invoke();
a.SuppressKeyPress = true;
}