mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 03:11:47 -05:00
Clear fixed!
This commit is contained in:
parent
0925e5a059
commit
90b1bdca5f
2 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,8 @@ namespace ShiftOS.Main.ShiftOS.Apps
|
|||
public void Clear()
|
||||
{
|
||||
DoClear = true;
|
||||
termmain.Text = $"\n {defaulttextResult}";
|
||||
OldText = "";
|
||||
termmain.Text = "";
|
||||
TrackingPosition = termmain.Text.Length;
|
||||
DoClear = false;
|
||||
}
|
||||
|
|
|
@ -116,7 +116,8 @@ namespace ShiftOS.Main.ShiftOS.Apps
|
|||
public void Clear()
|
||||
{
|
||||
DoClear = true;
|
||||
termmain.Text = $"\n {defaulttextResult}";
|
||||
OldText = "";
|
||||
termmain.Text = "";
|
||||
TrackingPosition = termmain.Text.Length;
|
||||
DoClear = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue