(fd uintptr)
| 608 | } |
| 609 | |
| 610 | func isCygwinTerminal(fd uintptr) bool { |
| 611 | return isatty.IsCygwinTerminal(fd) |
| 612 | } |
| 613 | |
| 614 | // pagerWriter implements a WriteCloser that wraps all EPIPE errors in an ErrClosedPagerPipe type. |
| 615 | type pagerWriter struct { |
no outgoing calls
no test coverage detected