(fd uintptr)
| 572 | } |
| 573 | |
| 574 | func isCygwinTerminal(fd uintptr) bool { |
| 575 | return isatty.IsCygwinTerminal(fd) |
| 576 | } |
| 577 | |
| 578 | // pagerWriter implements a WriteCloser that wraps all EPIPE errors in an ErrClosedPagerPipe type. |
| 579 | type pagerWriter struct { |
no outgoing calls
no test coverage detected