Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHandleInfo ¶
GetHandleInfo returns file descriptor and bool indicating whether the file is a console.
func IsConsole ¶
IsConsole returns true if the given file descriptor is a Windows Console. The code assumes that GetConsoleMode will return an error for file descriptors that are not a console.
func NewAnsiReader ¶ added in v1.12.0
func NewAnsiReader(nFile int) io.ReadCloser
NewAnsiReader returns an io.ReadCloser that provides VT100 terminal emulation on top of a Windows console input handle.
func NewAnsiWriter ¶ added in v1.12.0
NewAnsiWriter returns an io.Writer that provides VT100 terminal emulation on top of a Windows console output handle.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.