##// END OF EJS Templates
Merge pull request #9270 from Carreau/continuation-prompt...
Min RK -
r22123:c1fb3be4 merge
parent child Browse files
Show More
@@ -79,7 +79,7 b' class TerminalInteractiveShell(InteractiveShell):'
79 79
80 80 def get_continuation_tokens(self, cli, width):
81 81 return [
82 (Token.Prompt, (' ' * (width - 2)) + ': '),
82 (Token.Prompt, (' ' * (width - 5)) + '...: '),
83 83 ]
84 84
85 85 def init_prompt_toolkit_cli(self):
General Comments 0
You need to be logged in to leave comments. Login now