good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0ef80bb3 authored by Felix Lange's avatar Felix Lange
Browse files

cmd/geth, jsre: restore command line editing on windows

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
parent 05c66529
No related branches found
No related tags found
Loading
Showing
with 1676 additions and 659 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment