mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-02-02 05:47:34 +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}";
|
termmain.Text = $"\n {defaulttextResult}";
|
||||||
TrackingPosition = termmain.Text.Length;
|
TrackingPosition = termmain.Text.Length;
|
||||||
|
termmain.Select(termmain.TextLength, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Input(string request)
|
public void Input(string request)
|
||||||
|
|
Loading…
Add table
Reference in a new issue