Versions in this module Expand all Collapse all v0 v0.5.1 Apr 15, 2017 Changes in this version + const KeyArrowDown + const KeyArrowLeft + const KeyArrowRight + const KeyArrowUp + const KeyEnter + const KeySpace + func CursorBack(n int) + func CursorDown(n int) + func CursorForward(n int) + func CursorHide() + func CursorHorizontalAbsolute(x int) + func CursorNextLine(n int) + func CursorPreviousLine(n int) + func CursorShow() + func CursorUp(n int) + func EraseInLine(mode int) + func GetReadline() (*readline.Instance, error) + func NewAnsiStderr() io.Writer + func NewAnsiStdout() io.Writer + func Print(a ...interface{}) (n int, err error) + func Printf(format string, a ...interface{}) (n int, err error) + func Println(a ...interface{}) (n int, err error) + type Writer struct — windows/amd64 + func (w *Writer) Write(data []byte) (n int, err error) Other modules containing this package gopkg.in/AlecAivazis/survey.v1