Describe the bug
When pressing down arrow below the last line of code, if the cmdline window was hidden, it's focused but it's still hidden, which is very confusing. We don't know what is happening and keys don't seem to work, one has to guess that ctrl-x must be pressed.
To Reproduce
Steps to reproduce the behavior:
- set
hide_cmdline_win = True in pudb.cfg
- run pudb and show a file long enough
- scroll down to the end of file
- press down arrow (this will focus the cmdline window)
Expected behavior
Either:
- show the cmdline window if it was hidden
- or don't focus the cmdline window, because it wasn't shown, so it shouldn't get the focus
Versions
What version of pudb? 2024.1.2
Describe the bug
When pressing down arrow below the last line of code, if the cmdline window was hidden, it's focused but it's still hidden, which is very confusing. We don't know what is happening and keys don't seem to work, one has to guess that ctrl-x must be pressed.
To Reproduce
Steps to reproduce the behavior:
hide_cmdline_win = Trueinpudb.cfgExpected behavior
Either:
Versions
What version of pudb?
2024.1.2