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
Black 0;30
Blue 0;34
Green 0;32
Cyan 0;36
Red 0;31
Purple 0;35
Brown 0;33
Light Gray 0;37
Dark Gray 1;30
Light Blue 1;34
Light Green 1;32
Light Cyan 1;36
Light Red 1;31
Light Purple 1;35
Yellow 1;33
White 1;37
Cursor Manipulation
clearLine: '\u001b[K'
deleteRight: '\u001b[1P' # 1 character
deleteLeft: '\u001b[1X' # 1 character
insertCharacter: '\u001b[1@'
insertLine: '\u001b[1L'
deleteLine: '\u001b[1M'