package
0.5.23
Repository: https://github.com/go-curses/cdk.git
Documentation: pkg.go.dev

# Functions

CharDeviceInfo uses syscall.Stat to test if the path exists, is a character device (mode has S_IFCHR), parses the major and minor numbers out of syscall.Stat_t.Rdev and finally determines the TermType value based on the major and minor values.
No description provided by the author
No description provided by the author
No description provided by the author
ParseDims extracts terminal dimensions (width x height) from the provided buffer.
No description provided by the author
No description provided by the author
No description provided by the author
SetWinSz sets the width and height for the given tty fd.

# 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

# Variables

No description provided by the author

# Type aliases

No description provided by the author