Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with function
- X-seq: zsh-users 4926
- From: Bruno Bonfils <asyd@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Problem with function
- Date: Tue, 7 May 2002 12:03:49 +0200
- Mail-followup-to: Bruno Bonfils <asyd@xxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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