From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LckLq-0001MK-Dk for garchives@archives.gentoo.org; Thu, 26 Feb 2009 17:48:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5EFE0328; Thu, 26 Feb 2009 17:48:49 +0000 (UTC) Received: from mail-gx0-f175.google.com (mail-gx0-f175.google.com [209.85.217.175]) by pigeon.gentoo.org (Postfix) with ESMTP id 36A8CE0328 for ; Thu, 26 Feb 2009 17:48:49 +0000 (UTC) Received: by gxk23 with SMTP id 23so1512962gxk.10 for ; Thu, 26 Feb 2009 09:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=j/pvMrmsUq3SAybFe2lDu+Sizi4ScbKpYOqugA3TVVI=; b=QbfC4FxtIRj+wS3lRZmYJc56NdpJTQBW3Y/ktfRG2SZpx7aEY9ntckUuCkfMBC73/Z hJ4eUxQY+FSMD8dFIvH67SgXNYXln6/H7IsMeExik4lEpGQXLlLFLubO4PTG3X5Pc0Od y56YaTOjK4g+ufr8/1Kyo7+zgaHzJTk/pdTjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=DbHcwNBH42YIGX6zCDFuwgihMrFGxgy9rAVpzlr5HPgAj1Whcq495lU4EiWsCQoeUJ fxng22Xo0sk4RsCS2aTlTZ+OD2m++1daA2IYh0yriBfHJ5MhLZsHW4sLawE0q3Y6lix5 44DpzkmJOmjDy0AR5AVValWG0DNZAfLzwweao= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.151.113.5 with SMTP id q5mr2245837ybm.62.1235670528926; Thu, 26 Feb 2009 09:48:48 -0800 (PST) In-Reply-To: <49A6D08B.2080804@gmail.com> References: <49A6D08B.2080804@gmail.com> Date: Thu, 26 Feb 2009 11:48:48 -0600 X-Google-Sender-Auth: 17e9e2b1087d604f Message-ID: <58965d8a0902260948s13d32ec7h9a5b7e13ab0401f6@mail.gmail.com> Subject: Re: [gentoo-user] Screen and Window Titles in screen From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 6009dde5-1840-4eb8-9f0e-7a338e56db0a X-Archives-Hash: 1b2c48b833fe882fd5054307ce6e8d22 On Thu, Feb 26, 2009 at 11:25 AM, Chris Lieb wrote: > I am trying to get screen set up and am running into some issues getting > it to display titles like I want. When I'm not running screen, commands > like emerge change the title of the console I'm currently in (like > Konsole or PuTTY (win)). When I start up screen, all I get is the name > of the host that I am ssh'd into. I am testing only with PuTTY right > now since I don't have access to a Linux box with X on it right now. I use PuTTY and screen and window titles are shown in the screens during emerging, etc... I don't think I've had to do anything to accomplish this, I'm just using the default /etc/screenrc I did find a great status-bar that shows open screens (gentoo weekly newsletter? or maybe on this list... don't remember): caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c" As far as the syntax of the hardstatus I think it may be usual termcap syntax.