From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id TAA15544 for ; Fri, 21 Jun 1996 19:30:32 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id FAA26622; Fri, 21 Jun 1996 05:16:33 -0400 (EDT) Resent-Date: Fri, 21 Jun 1996 05:16:33 -0400 (EDT) Date: Fri, 21 Jun 1996 11:14:35 +0200 Message-ID: <199606210914.LAA23269@bommel.math.ruu.nl> From: Bruce Stephens To: schaefer@nbn.com CC: zsh-workers@math.gatech.edu In-reply-to: "Bart Schaefer"'s message of Thu, 20 Jun 1996 10:00:27 -0700 Subject: Re: Bug in beta21 References: <199606201306.PAA14427@bolyai.cs.elte.hu> <199606201403.QAA10679@bommel.math.ruu.nl> <960620100030.ZM31039@candle.brasslantern.com> Resent-Message-ID: <"fZO4t1.0.uV6.nXcon"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1396 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >>>>> "Bart" == Bart Schaefer writes: > Do you really need the title updated every 5 seconds? I use: > precmd() { TMOUT=600 ; title } > TRAPALRM() { TMOUT=60 ; title } > where "title" is a function pretty much like your "set-titlebar". > This updates the title bar between commands if I'm using the shell > regularly, otherwise it waits for 10 minutes of inactivity and then > begins updating the title bar once per minute. That's probably better. Since I have a clock on my screen anyway, having the time in every xterm is probably unnecessary. Probably using periodic and PERIOD would be better! I used to use chpwd, but there was some problem with that, probably the way it messed up things like "(cd /foo; tar cf - bbb) | tar xf -".