Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problem with function



Hi all,

i want to use dynamic titles with screen. That why's i want to do a
print before each command, like this :

mutt () {
        print -Pn "\e]0; Mutt\a"
        \mutt
}

when i do that, i still have the mutt's completion, but when i press
enter, the print are executed (and work with screen) but the zsh
session crash :(

I hope you can help me, bests regards

-- 
 Bruno Bonfils             KeyID F39DCCF5    
 Sys Admin GNU/Linux 
 http://www.debian-fr.org



Messages sorted by: Reverse Date, Date, Thread, Author