fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Better I/O #41

Closed fstiewitz closed 8 years ago

fstiewitz commented 8 years ago

Two features:

  1. Display data from stdout/stderr directly (w/o buffering)
  2. Output modules get access to stdin
  3. Add option to hide escape sequences (partially fixes #35, displaying colors from escape sequences will take more time)