From 7dc6d565c0b05886f6d404d88693d08e71d37439 2020-05-26 15:07:51 From: Matthias Bussonnier Date: 2020-05-26 15:07:51 Subject: [PATCH] Merge pull request #12337 from meeseeksmachine/auto-backport-of-pr-12335-on-7.x --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 7f18ac2..b3bb577 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -102,7 +102,11 @@ class TerminalInteractiveShell(InteractiveShell): mime_renderers = Dict().tag(config=True) space_for_menu = Integer(6, help='Number of line at the bottom of the screen ' - 'to reserve for the completion menu' + 'to reserve for the tab completion menu, ' + 'search history, ...etc, the height of ' + 'these menus will at most this value. ' + 'Increase it is you prefer long and skinny ' + 'menus, decrease for short and wide.' ).tag(config=True) pt_app = None