mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-03 09:17:38 +00:00
console: enable multiline mode
This commit is contained in:
parent
ac9013162e
commit
0b8a14fed7
@ -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 New Issue
Block a user