You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 = True
inpudb.cfg
Expected behavior
Either:
Versions
What version of pudb?
2024.1.2
The text was updated successfully, but these errors were encountered: