##// END OF EJS Templates
Pass inputhook to prompt_toolkit
Takafumi Arakaki -
Show More
@@ -367,6 +367,7 b' class TerminalInteractiveShell(InteractiveShell):'
367 367 processor=HighlightMatchingBracketProcessor(chars='[](){}'),
368 368 filter=HasFocus(DEFAULT_BUFFER) & ~IsDone() &
369 369 Condition(lambda: self.highlight_matching_brackets))],
370 'inputhook': self.inputhook,
370 371 }
371 372
372 373 def prompt_for_code(self):
General Comments 0
You need to be logged in to leave comments. Login now