bk2204
Some Unix emulation layers for Windows, such as Cygwin and MSYS, use pipes to create their Unix-style TTYs. These TTYs are not detected as such by Windows, which sees them as pipes. However, our isatty module has a way to detect them, and they will function just like a TTY for our purposes, so check for them as well and handle them as TTYs if present.
Latest commit
705f4f0
Mar 28, 2019
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| .. | |||
| Failed to load latest commit information. | |||
|
|
list_task.go |
|
|
|
|
list_task_test.go | ||
|
|
log.go | ||
|
|
log_test.go | ||
|
|
percentage_task.go | ||
|
|
percentage_task_test.go | ||
|
|
simple_task.go | ||
|
|
simple_task_test.go | ||
|
|
task.go | ||
|
|
waiting_task.go |
|
|
|
|
waiting_task_test.go | ||