From b415502172c72142095ad05040cd2c3a8d78faf6 2020-05-25 23:53:46 From: Matthias Bussonnier Date: 2020-05-25 23:53:46 Subject: [PATCH] Better documentation for `space_for_menu`. --- 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