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
menuconfig: Work around crash on resize on some macOS systems
get_wch() has started raising curses.error when resizing the terminal on
some macOS Python installations. Work around for now by falling back on
getch(), which still works.
See ulfalizer/Kconfiglib#84. Needs more
investigation, but I don't have a Mac handy.
Based on ulfalizer/Kconfiglib#85, but with some
more comments.
0 commit comments