##// END OF EJS Templates
'Restore `...:` as continuation prompt '
Matthias Bussonnier -
Show More
@@ -79,7 +79,7 b' class TerminalInteractiveShell(InteractiveShell):'
79
79
80 def get_continuation_tokens(self, cli, width):
80 def get_continuation_tokens(self, cli, width):
81 return [
81 return [
82 (Token.Prompt, (' ' * (width - 2)) + ': '),
82 (Token.Prompt, (' ' * (width - 5)) + '...: '),
83 ]
83 ]
84
84
85 def init_prompt_toolkit_cli(self):
85 def init_prompt_toolkit_cli(self):
General Comments 0
You need to be logged in to leave comments. Login now