Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 1999 00:11:31 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        questions@freebsd.org
Subject:   xterm and/or X escape sequences
Message-ID:  <19991103001130.G317@marder-1>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991103001130.G317>