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