Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2010 20:58:16 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        perryh@pluto.rain.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: backup terminal title
Message-ID:  <alpine.BSF.2.00.1002062051400.52041@wonkity.com>
In-Reply-To: <4b6e2885.uAuY%2Ba00oT7AqSzy%perryh@pluto.rain.com>
References:  <4B6D62B3.4070702@bsdforen.de> <20100206125554.GA2173@current.Sisis.de> <4B6D74EF.2090106@bsdforen.de> <4B6D80F3.7050707@black-earth.co.uk> <4B6D8377.1090005@bsdforen.de> <4B6D9B6B.40800@bsdforen.de> <4b6e2885.uAuY%2Ba00oT7AqSzy%perryh@pluto.rain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 6 Feb 2010, perryh@pluto.rain.com wrote:

>> I wish to use  the "\033]0;%s\007" sequence in a shell-script to
>> set the title of a terminal. But only if I am able to undo it.
>>
>> My requirement is that this must be done without using anything
>> outside the base system.
>
> There is an escape sequence which will cause the terminal to echo
> back its current title, but it's a bit tricky to use given only
> base-system tools because the echo ends with, IIRC, \007 rather
> than \n.  It may be possible in some shells to temporarily set the
> line-end character to \007.  You probably also want to (somehow)
> cover problematic cases like terminals that don't reply to the
> inquiry even though TERMCAP implies that they should.

% printf "\033]0;Title Here\007"

What's the sequence for reading the terminal title?

-Warren Block * Rapid City, South Dakota USA



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