good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0b8a14fe authored by Felix Lange's avatar Felix Lange
Browse files

console: enable multiline mode

parent ac901316
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ func newTerminalPrompter() *terminalPrompter {
}
p.SetCtrlCAborts(true)
p.SetTabCompletionStyle(liner.TabPrints)
p.SetMultiLineMode(true)
return p
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment