2 references to MoveBackward
dotnet (2)
Commands\Test\MTP\Terminal\AnsiCodes.cs (2)
80/// Print <see cref="CSI"/>N<see cref="MoveBackward"/> to move N characters backward. 136public static string MoveCursorBackward(int count) => $"{CSI}{count}{MoveBackward}";