Show More
@@ -89,8 +89,8 b' class IPythonPTLexer(Lexer):' | |||||
89 | class TerminalInteractiveShell(InteractiveShell): |
|
89 | class TerminalInteractiveShell(InteractiveShell): | |
90 | colors_force = True |
|
90 | colors_force = True | |
91 |
|
91 | |||
92 |
space_for_menu = Integer(6, config=True, help=' |
|
92 | space_for_menu = Integer(6, config=True, help='Number of line at the bottom of the screen ' | |
93 | 'the completion menu') |
|
93 | 'to reserve for the completion menu') | |
94 |
|
94 | |||
95 | def _space_for_menu_changed(self, old, new): |
|
95 | def _space_for_menu_changed(self, old, new): | |
96 | self._update_layout() |
|
96 | self._update_layout() |
General Comments 0
You need to be logged in to leave comments.
Login now