forked from forks/go-ethereum
PR #856 broke command line editing by wrapping stdout with a filter that interprets ANSI escape sequences to fix colored printing on windows. Implement the printer in Go instead so it can do its own platform-dependent coloring. As a nice side effect, the JS console is now noticeably more responsive when printing results. Fixes #1608 Fixes #1612 |
||
|---|---|---|
| .. | ||
| codegangsta/cli | ||
| davecgh/go-spew/spew | ||
| ethereum/ethash | ||
| fatih/color | ||
| gizak/termui | ||
| hashicorp/golang-lru | ||
| huin/goupnp | ||
| jackpal/go-nat-pmp | ||
| kardianos/osext | ||
| mattn | ||
| nsf/termbox-go | ||
| peterh/liner | ||
| rcrowley/go-metrics | ||
| robertkrimen/otto | ||
| rs/cors | ||
| shiena/ansicolor | ||
| syndtr | ||