From owner-freebsd-questions Tue Nov 2 16:11:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id CE2471505B for ; Tue, 2 Nov 1999 16:11:24 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 9158 invoked from network); 3 Nov 1999 00:11:22 -0000 Received: from userbk65.uk.uudial.com (HELO marder-1.) (62.188.144.73) by smtp.dial.pipex.com with SMTP; 3 Nov 1999 00:11:22 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id AAA50772 for questions@freebsd.org; Wed, 3 Nov 1999 00:11:31 GMT (envelope-from mark) Date: Wed, 3 Nov 1999 00:11:31 +0000 From: Mark Ovens To: questions@freebsd.org Subject: xterm and/or X escape sequences Message-ID: <19991103001130.G317@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know where I can get a copy of the file ctlseqs.ms, as mentioned in the xterm manpage "SEE ALSO" section: Xterm Control Sequences (this is the file ctlseqs.ms). What I am looking for is the escape sequence to get the current window title. The following will set the window title to "FreeBSD": char *s = "FreeBSD"; printf("\033]0;%s\007", s); but what is the complementary sequence? It may be that these are X escape sequences rather than xterm-specific, but since the above doesn't work with xview's shelltool(1) I figure they aren't. Thanks. -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message