Closed tSed closed 12 years ago
does it work with a raw zsh session?
Does the command reset
say something?
In your zsh, do you have a function to color stderr?
Disable it and try again.
sorry, issue has been fixed some commit ago...
see: d7abb7948e7a41f11b53a0cbf7b91ae60fb93932 and 8252adb3d9ca514bd6a7c941d266e82a97d831a5
make menuconfig miserably failed with zsh/ncurses. Arrows are unusable, they print their code ("^[OB", and so on) instead of moving the active area. After occurrence of this bug, the console is limited to 24 lines.
Of course, that does not affect make xconfig
Workaround: call menuconfig with sh: /bin/sh -c "make menuconfig"