How to make panel / command line window larger in pudb?

Is it possible to resize a window / command line / interpreter bar in pudb, how can I resize a sidebar?

+6
source share
1 answer
  • Place the focus on the command line / interpreter area (using Ctrl-x).
  • Use the right arrow key to focus on <Clear>. (the background changes color to indicate that it is selected)
  • Now use any of the following commands:
    • _ (underline; makes the panel as possible)
    • = (equal; makes the panel as possible)
    • + (plus; increases the size of this panel each time you click)
    • - (minus; reduces the size of this panel each time you press)
+10
source

All Articles