console: only color outputs if stdout isa TTY
[nit.git] / lib / console.nit
2018-03-30 Alexis Laferrièreconsole: only color outputs if stdout isa TTY
2018-03-28 Alexis Laferrièreconsole: move up services from String to Text, and...
2018-03-28 Alexis Laferrièreconsole: fix typos and doc
2015-11-29 Alexandre Terrasaconsole: add simple progress bar that refresh itself
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2014-12-11 Alexandre Terrasalib/console: fixes old inits
2014-11-04 Jean-Christophe... console: Add sequences for cursor moving and erasing.
2014-10-15 Jean-Christophe... console: use snake case.
2014-10-10 Jean-Christophe... console: Offer a more reliable API.
2014-02-28 Alexandre Terrasalib: introduce console module to hold terminal related...