Two errors could occur when using a command that break the pipe on which
colout is supposed to write, like head or tail:
ls | colout . red | head -n 1
This fix set the SIGPIPE handler to kill the program instead of ending
in a write error when a broken pipe occurs and silently handle broken
pipes IOError exceptions.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| colout.py | ||
| colout_cmake.py | ||
| colout_g++.py | ||
| colout_json.py | ||
| colout_perm.py | ||
| jet72.gpl | ||