Skip to content

Commit

Permalink
console: enable multiline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Nov 3, 2016
1 parent ac90131 commit 0b8a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/prompter.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func newTerminalPrompter() *terminalPrompter {
}
p.SetCtrlCAborts(true)
p.SetTabCompletionStyle(liner.TabPrints)

p.SetMultiLineMode(true)
return p
}

Expand Down

0 comments on commit 0b8a14f

Please sign in to comment.