| Age | Commit message (Collapse) | Author |
|
Unicode output failed in docker, due to no locales, and would be generally
shakey from haskell in all the environments propellor needs to run in.
|
|
|
|
|
|
|
|
|
|
|
|
Avoids need for hack to make ansi colors work, but also things like apt-get
and wget process bars will be displayed.
|
|
stdin is not a terminal, drat ssh
I don't much like this workaround
|
|
|
|
This calls an ioctl, I don't think it's very expensive.
|
|
Currently TERM is checked for every message. Could be memoized, but it
would add complexity, and typical propellor output is not going to be more
than a few hundred messages, and likely this will be swamped by the actual
work.
|
|
|
|
|
|
|
|
This is to work around OSX's brain-damange regarding filename case
insensitivity.
Avoided moving config.hs, because it's a config file. Put in a symlink to
make build work.
|