package
Version:
v0.0.0-...-b0a459b
Opens a new window with list of versions in this module.
Published: Jan 30, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ouput buffer
Screen buffer
Its not recommended write to buffer dirrectly, use package Print,Printf,Println functions instead.
Flush buffer and ensure that it will not overflow screen
Height gets console height
MoveCursor move cursor to a given x,y position
func Print(a ...interface{}) (n int, err error)
Print using Fprint
func Println(a ...interface{}) (n int, err error)
Println using Fprintln
Source Files
¶
Click to show internal directories.
Click to hide internal directories.