We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ede501 commit 2ef73a9Copy full SHA for 2ef73a9
1 file changed
PSReadLine/Movement.cs
@@ -54,7 +54,7 @@ public static void BeginningOfLine(ConsoleKeyInfo? key = null, object arg = null
54
if (_singleton.LineIsMultiLine())
55
{
56
int i = Math.Max(0, _singleton._current - 1);
57
- for (; i > 1; i--)
+ for (; i > 0; i--)
58
59
if (_singleton._buffer[i] == '\n')
60
0 commit comments