tinyscr is a simple go package for developing interactive terminal interfaces that don't take up the whole screen
func Getch() (rune, error)
func HideCursor()
func ShowCursor()
func Up(n int)
func Down(n int)
func Right(n int)
func Left(n int)
func Cursor(row, column int)