diff --git a/IPython/terminal/ptshell.py b/IPython/terminal/ptshell.py index 3e52160..7251d5c 100644 --- a/IPython/terminal/ptshell.py +++ b/IPython/terminal/ptshell.py @@ -194,6 +194,7 @@ class TerminalInteractiveShell(InteractiveShell): enable_history_search=True, style=style, mouse_support=self.mouse_support, + reserve_space_for_menu=6, ) self.pt_cli = CommandLineInterface(app,