You are not logged in.

#1 2012-12-08 19:10:14

fulmare
Member
Registered: 2011-02-16
Posts: 25

Zsh (ncurses?) shortcut problem

Hello everyone, I've put in my /etc/zsh/zshrc these lines

if [[ -z $DISPLAY ]]; then
ncmpShow(){ ncmpcpp; }
zle -N ncmpShow
bindkey '^[\' ncmpShow
fi

that are supposed to call a working ncmpcpp istance. The drawback is that i can't interact with the program.
Same thing under X without the "if" conditional.
A similar command in bash works fine. May be a bug?

Offline

Board footer

Powered by FluxBB