DEBSOURCES
Skip Quicknav
sources / golang-github-alecaivazis-survey / 2.3.6%2Bds1-1 / terminal / display.go
123456789
package terminal type EraseLineMode int const ( ERASE_LINE_END EraseLineMode = iota ERASE_LINE_START ERASE_LINE_ALL )