• Felix Lange's avatar
    cmd/geth, jsre: restore command line editing on windows · 0ef80bb3
    Felix Lange authored
    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
    0ef80bb3
Name
Last commit
Last update
..
blocktestcmd.go Loading commit data...
chaincmd.go Loading commit data...
info_test.json Loading commit data...
js.go Loading commit data...
js_test.go Loading commit data...
main.go Loading commit data...
monitorcmd.go Loading commit data...