Files
openbilibili/vendor/gopkg.in/AlecAivazis/survey.v1/terminal/display.go

10 lines
123 B
Go
Raw Normal View History

2019-04-22 20:46:32 +08:00
package terminal
type EraseLineMode int
const (
ERASE_LINE_END EraseLineMode = iota
ERASE_LINE_START
ERASE_LINE_ALL
)