From owner-freebsd-ports Sat Apr 20 20: 1:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E65337B405; Sat, 20 Apr 2002 20:01:35 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L31Zd27349; Sat, 20 Apr 2002 20:01:35 -0700 (PDT) (envelope-from cy) Date: Sat, 20 Apr 2002 20:01:35 -0700 (PDT) From: Message-Id: <200204210301.g3L31Zd27349@freefall.freebsd.org> To: andrew@ugh.net.au, cy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/37290: New port: tool for setting the title of xterms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: tool for setting the title of xterms State-Changed-From-To: open->feedback State-Changed-By: cy State-Changed-When: Sat Apr 20 19:58:48 PDT 2002 State-Changed-Why: Why do we need this port? The following shell script can set XTerm titles without the overhead of a port: function title { echo -n '^[]0;' echo -n $1 echo -n '^G' } http://www.freebsd.org/cgi/query-pr.cgi?pr=37290 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message