package
0.0.19
Repository: https://github.com/yetsing/startprompt.git
Documentation: pkg.go.dev

# Functions

CursorBackward 向左移动光标.
CursorDown 向下移动光标 goland:noinspection GoUnusedExportedFunction.
CursorForward 向右移动光标.
CursorGoto 移动光标到指定位置 goland:noinspection GoUnusedExportedFunction.
CursorUp https://vt100.net/docs/vt100-ug/chapter3.html#CUU 向上移动光标 goland:noinspection GoUnusedExportedFunction.

# Constants

CarriageReturn 移动光标到行首.
goland:noinspection GoUnusedConst.
goland:noinspection GoUnusedConst.
DisplayCursor 显示光标.
EnableX10Mouse X10MouseEnable 开启 X10 鼠标上报.
EraseDown https://vt100.net/docs/vt100-ug/chapter3.html#ED 擦除从当前行到屏幕底部的范围.
EraseEndOfLine https://vt100.net/docs/vt100-ug/chapter3.html#EL 擦除从光标位置到当前行尾的范围(包括光标位置).
EraseScreen https://vt100.net/docs/vt100-ug/chapter3.html#ED 擦除整个屏幕.
HideCursor 隐藏光标.
goland:noinspection GoUnusedConst.
RequestCursorPosition 请求光标位置 ref: https://vt100.net/docs/vt510-rm/CPR.html.
goland:noinspection GoUnusedConst.