//
pkg.gl
Category
github.com/mt1976/crt
terminal
package
1.1.11
Repository:
https://github.com/mt1976/crt.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
18
Dependents
25
Files
425 SLOC
#
Functions
New
The function `New` initializes a new `Crt` struct with information about the terminal size and whether it is a terminal or not.
NewWithSize
No description provided by the author
#
Constants
InputColumn
No description provided by the author
StartColumn
No description provided by the author
#
Structs
ViewPort
The ViewPort type represents a terminal screen with properties such as whether it is a terminal, its width and height, and whether it is the first row.