mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
console: enable multiline mode
This commit is contained in:
parent
ac9013162e
commit
0b8a14fed7
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func newTerminalPrompter() *terminalPrompter {
|
||||||
}
|
}
|
||||||
p.SetCtrlCAborts(true)
|
p.SetCtrlCAborts(true)
|
||||||
p.SetTabCompletionStyle(liner.TabPrints)
|
p.SetTabCompletionStyle(liner.TabPrints)
|
||||||
|
p.SetMultiLineMode(true)
|
||||||
return p
|
return p
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue