Skip to content

Commit

Permalink
Merge pull request ethereum#3231 from fjl/liner-update
Browse files Browse the repository at this point in the history
console, vendor: update liner and enable multiline mode
  • Loading branch information
karalabe authored Nov 7, 2016
2 parents 15c8d46 + 0b8a14f commit e0e18f3
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 79 deletions.
2 changes: 1 addition & 1 deletion console/prompter.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func newTerminalPrompter() *terminalPrompter {
}
p.SetCtrlCAborts(true)
p.SetTabCompletionStyle(liner.TabPrints)

p.SetMultiLineMode(true)
return p
}

Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ github.com/mattn/go-runewidth v0.0.1-10-g737072b
github.com/mitchellh/go-wordwrap ad45545
github.com/nsf/termbox-go b6acae5
github.com/pborman/uuid v1.0-17-g3d4f2ba
github.com/peterh/liner 8975875
github.com/peterh/liner 3c5f577
github.com/rcrowley/go-metrics ab2277b
github.com/rjeczalik/notify 7e20c15
github.com/robertkrimen/otto bf1c379
Expand Down
15 changes: 14 additions & 1 deletion vendor/github.com/peterh/liner/common.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions vendor/github.com/peterh/liner/input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 23 additions & 8 deletions vendor/github.com/peterh/liner/input_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0e18f3

Please sign in to comment.