-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake: Arrow keys in idf.py menuconfig have no effect #1969
Comments
Ugh, sorry for wasting your time with this issue. Doing deleting the old |
That's weird! I'm glad you found a fix for it. I'll close for now but if you manage to trigger this again, please reopen and let us know. |
You got it! And thanks again for helping out with the previous issue! I have to say, I think y'all are the best silicon vendor provided supporting software out there, miles beyond what Atmel/Analog Devices/ST/etc provide. Especially for CMake support, this is golden in CLion and other IDE's that work with CMake. Y'all are awesome! |
Thanks, much appreciated! There's still a lot we'd like to improve, but I'm glad that CMake is working out for you so far. 😄 |
Environment
git rev-parse --short HEAD
to get the commit id.): 829e6c4Problem Description
Running
idf.py menuconfig
in windows command prompt creates the correct menuconfig display, but for some weird reason though, arrow keys don't seem to work in it. I am able to use the letter keys, for example pressing "B" to enter "Bootloader Config", and the Tab key to go through "Select", "Exit", "Load", etc also works. Pressing the escape key and enter key also works. It seems to just be arrow keys which aren't working. This was first noticed in #1967I tried to do this in power shell as well. It seems something in idf.py wants to create a new command prompt window, in which this behavior also exists.
Expected Behavior
Arrow keys in menuconfig should change the selection.
Actual Behavior
No effect.
Steps to repropduce
The text was updated successfully, but these errors were encountered: