MCPcopy
hub / github.com/bugy/script-server / moveCursorLeft

Function moveCursorLeft

web-src/tests/unit/terminal_test_utils.js:19–21  ·  view source on GitHub ↗
(positions)

Source from the content-addressed store, hash-verified

17}
18
19export function moveCursorLeft(positions) {
20 return escapePrefix + positions + 'D';
21}
22
23export function moveCursorRight(positions) {
24 return escapePrefix + positions + 'C';

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected