plugeth/cmd/geth
Felix Lange dff9b4246f cmd/geth, cmd/utils: improve input handling
These changes make prompting behave consistently on all platforms:

* The input buffer is now global.
  Buffering was previously set up for each prompt, which can cause weird
  behaviour, e.g. when running "geth account update <input.txt" where
  input.txt contains three lines. In this case, the first password
  prompt would fill up the buffer with all lines and then use only the
  first one.

* Print the "unsupported terminal" warning only once.
  Now that stdin prompting has global state, we can use it to track
  the warning there.

* Work around small liner issues, particularly on Windows.
  Prompting didn't work under most of the third-party terminal emulators
  on Windows because liner assumes line editing is always available.
2016-04-12 15:56:49 +02:00
..
chaincmd.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js_test.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
js.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
library_android.go Makefile, cmd/geth: support building Android archives 2015-12-14 14:28:14 +02:00
library.c Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library.go Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
main.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
monitorcmd.go Merge pull request #2206 from fjl/update-deps 2016-02-17 13:46:30 +01:00
usage.go Merge pull request #2359 from bas-vk/rpc-optional-args 2016-04-12 14:03:21 +02:00