(positions)
| 17 | } |
| 18 | |
| 19 | export function moveCursorLeft(positions) { |
| 20 | return escapePrefix + positions + 'D'; |
| 21 | } |
| 22 | |
| 23 | export function moveCursorRight(positions) { |
| 24 | return escapePrefix + positions + 'C'; |
no outgoing calls
no test coverage detected