mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 17:52:15 +00:00
Fixed tiny caret issue.
This commit is contained in:
parent
179ec19e6b
commit
c0400bc229
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ namespace ShiftOS.Main.ShiftOS.Apps
|
|||
{
|
||||
termmain.Text = $"\n {defaulttextResult}";
|
||||
TrackingPosition = termmain.Text.Length;
|
||||
termmain.Select(termmain.TextLength, 1);
|
||||
}
|
||||
|
||||
public void Input(string request)
|
||||
|
|
Loading…
Reference in a new issue