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

Function moveToPosition

web-src/tests/unit/terminal_test_utils.js:27–29  ·  view source on GitHub ↗
(line, column, command = 'H')

Source from the content-addressed store, hash-verified

25}
26
27export function moveToPosition(line, column, command = 'H') {
28 return escapePrefix + line + ';' + column + command;
29}
30
31export function savePosition() {
32 return escapePrefix + 's';

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected