You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added additional escape sequences defined in ECMA-48.
Adds:
* cursorToColumn: Absolute columar positioning of the cursor,
* cursorUpLine: Move the cursor up one or more lines, and move it to the
beginning of the line.
* cursorDownLine: Move the cursor down one or more lines, and move it to the
beginning of the line.
0 commit comments