Categorygithub.com/astromechza/terminfo
repositorypackage
0.0.0-20170409122644-e59d11a175fb
Repository: https://github.com/astromechza/terminfo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

terminfo

GoDoc Build Status

A small subset of functionality pulled from upstream Golang golang.org/x/crypto library.

  1. Is the given Fd, File or Stdout/Stderr a terminal/TTY?
  2. What are the dimensions of the terminal for the given Fd, File, or Stdout/Stderr.

See the example for a demo.