Width return the width of the attached terminal, or a good enough value.
()
| 60 | IsTerminal() bool |
| 61 | // Width return the width of the attached terminal, or a good enough value. |
| 62 | Width() int |
| 63 | |
| 64 | // Raw return the underlying io.Writer, or itself if not. |
| 65 | // This is useful if something need to access the raw file descriptor. |
no outgoing calls
no test coverage detected