Skip to content
Branch: master
Find file History
bk2204 tasklog: detect Cygwin-style pipe TTYs as TTYs as well
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
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
list_task.go tlog,tasklog: rename package 'tlog' to 'task' Nov 22, 2017
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 tlog,tasklog: rename package 'tlog' to 'task' Nov 22, 2017
waiting_task_test.go
You can’t perform that action at this time.