# README
survey/terminal
most of this package comes from github.com/k0kubun/go-ansi
and has been modified to fit
survey's needs.
# Functions
Move the cursor n cells to left.
Move the cursor n cells to down.
Move the cursor n cells to right.
Hide the cursor.
Move cursor horizontally to x.
Move cursor to beginning of the line n lines down.
Move cursor to beginning of the line n lines up.
Show the cursor.
Move the cursor n cells to up.
No description provided by the author
GetReadline returns the readline instance with the correct configuration.
Returns special stderr, which converts escape sequences to Windows API calls on Windows environment.
Returns special stdout, which converts escape sequences to Windows API calls on Windows environment.
Print prints given arguments with escape sequence conversion for windows.
Printf prints a given format with escape sequence conversion for windows.
Println prints given arguments with newline and escape sequence conversion for windows.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author