From ca62107d0ceff5eb3765405fad2a399bd21ff668 2016-04-01 17:58:58 From: Jonathan Slenders Date: 2016-04-01 17:58:58 Subject: [PATCH] Specify reserve_space_for_menu in create_prompt_application. --- 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,