Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 380 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 380 Bytes

tinyscr

About

tinyscr is a simple go package for developing interactive terminal interfaces that don't take up the whole screen

Functions

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)