Show More
@@ -194,6 +194,7 b' class TerminalInteractiveShell(InteractiveShell):' | |||||
194 | enable_history_search=True, |
|
194 | enable_history_search=True, | |
195 | style=style, |
|
195 | style=style, | |
196 | mouse_support=self.mouse_support, |
|
196 | mouse_support=self.mouse_support, | |
|
197 | reserve_space_for_menu=6, | |||
197 | ) |
|
198 | ) | |
198 |
|
199 | |||
199 | self.pt_cli = CommandLineInterface(app, |
|
200 | self.pt_cli = CommandLineInterface(app, |
General Comments 0
You need to be logged in to leave comments.
Login now