mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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.SetTabCompletionStyle(liner.TabPrints)
|
||||
|
||||
p.SetMultiLineMode(true)
|
||||
return p
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue