cgestes / ctafconf

configuration for emacs/zsh/bash/etc.
http://www.ctaf.free.fr/dokuwiki/doku?id=ctafconf
13 stars 7 forks source link

zsh/curse: make menuconfig does not work #6

Closed tSed closed 12 years ago

tSed commented 13 years ago

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"

cgestes commented 13 years ago

does it work with a raw zsh session?

grippon commented 12 years ago

Does the command reset say something? In your zsh, do you have a function to color stderr? Disable it and try again.

tSed commented 12 years ago

sorry, issue has been fixed some commit ago...

see: d7abb7948e7a41f11b53a0cbf7b91ae60fb93932 and 8252adb3d9ca514bd6a7c941d266e82a97d831a5