From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1024 invoked from network); 12 Dec 1999 11:52:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Dec 1999 11:52:05 -0000 Received: (qmail 10154 invoked by alias); 12 Dec 1999 11:51:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9002 Received: (qmail 10146 invoked from network); 12 Dec 1999 11:51:58 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "Clint Adams" , Subject: RE: PATCH: zftp xterm titlebar Date: Sun, 12 Dec 1999 14:51:53 +0300 Message-ID: <000201bf4497$48a756e0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <19991210110607.A9218@dman.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > > It would be nice if terminfo/termcap had support for titlebars, > but I can't find any. > I am not convinced, this is a nice idea. I nromally have host@$PWD as part of my title bar (set in chpwd()). In this case zftp would reset it without ever restoring back. This should at least be configurable (preferably, with zstyle :-). Actually, users may have preexec() function that sets title bar to current command being executed and precmd() that resets it back to some defaults after command has completed. In this case your change will simply be a noop. /andrej