From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1203B13877A for ; Sat, 14 Jun 2014 20:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D63E0B1A; Sat, 14 Jun 2014 20:27:24 +0000 (UTC) Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BA0DE0AA6 for ; Sat, 14 Jun 2014 20:27:23 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so3941220wgh.31 for ; Sat, 14 Jun 2014 13:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=EXeKiRwh0PvIweZyXH5yll0syqyQ6TaTGB5vhZ6AdYs=; b=nHDFKGB0XB2FLiILEfy3p/CY1n8ogAHFWAM1cf1TpvPFKP1snoRMcvlclZRCG2wzPu jXaqzm/geTE05ygQn22S6oflrM79/zYltD8+F8cNRSKgwTHVGyaO7+Fs2ysSD+JRkwXW fCdCUWqsjH4YDV+aswW51dbfNDUelOtW11w/1B8a3Dx0djmnUloPdxw6o/Txn2SivUij 3OcMqJ5M7r/FdgGS5QRdPAL+ihI5UokJtEBtj3IwF2t3ztCo7V1uTPAElUZePTudlE3D SpS68gOJZ0hHUxUnn6wLvE+moFaq4+Xo3X9HOliMSZO4WIFRgdjJFQyZ/C51+f3RvIzM QIiw== X-Received: by 10.180.83.131 with SMTP id q3mr14699722wiy.31.1402777642388; Sat, 14 Jun 2014 13:27:22 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPSA id oy4sm11268842wjb.41.2014.06.14.13.27.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Jun 2014 13:27:21 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: How to extend the tmux status 'title' for each pane or window Date: Sat, 14 Jun 2014 21:27:05 +0100 User-Agent: KMail/1.13.7 (Linux/3.12.21-gentoo-r1; KDE/4.12.5; x86_64; ; ) References: <201405311622.50741.michaelkintzios@gmail.com> <201406071134.02418.michaelkintzios@gmail.com> <539727E9.4080908@gentoo.org> In-Reply-To: <539727E9.4080908@gentoo.org> 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 Content-Type: multipart/signed; boundary="nextPart2701048.STduAXOn5I"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201406142127.07126.michaelkintzios@gmail.com> X-Archives-Salt: f3bd944e-8dd3-4517-8adf-3e80cb02e2df X-Archives-Hash: 311a4e138b215b8701e545a9cdada0b8 --nextPart2701048.STduAXOn5I Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 10 Jun 2014 16:44:41 Jonathan Callen wrote: > On 06/07/2014 06:33 AM, Mick wrote: > > On Tuesday 03 Jun 2014 15:16:56 Stroller wrote: > >> On Tue, 3 June 2014, at 6:59 am, Mick > >>> =E2=80=A6 status-left "[#S]" =E2=80=A6 status-right ""#22T" %H:%M %d-= %b-%y" > >>=20 > >> It looks to me like I've merely swapped left and right panes > >> because, presumably, I thought it looked better that way. > >>=20 > >> And I've removed the clock - that's one way you could reclaim > >> some screen space. > >=20 > > Right, on my default setup the clock is on the right, the number of > > windows on the left and the title in the middle. > >=20 > > As is the title shows: > >=20 > > "root@compaq:/usr/src/l" > >=20 > > instead of "root@compaq:/usr/src/linux". This is what I mean of it > > being cut short. > >=20 > >=20 > > [snip ...] > >=20 > >> As I say, I don't seem to be firing on all cylinders right now, > >> but it doesn't look to me like the "commands being run" are shown > >> where you say they are, not on the far right, at least. > >>=20 > >> I think they're shown in the *middle* section of the status bar. > >=20 > > Yes, they are shown in the middle, but on a 82x25 pixel terminal > > the title is displayed about 2/3 towards the right of the status > > bar, right against the clock. See attached screenshot. > >=20 > > Running tmux set -g status-right "#32T" removed the clock and > > increased the real estate for the title bar. > >=20 > > Thanks again Stroller. >=20 > The "#22T" means (I think) to show the *first 22 characters* of the > title, cutting it off if it is too long. You may just want to > increase that number to something that matches the room you have > available. Yes, increasing the number extends the title in the middle, but I would=20 ideally like a setting that extends it automatically to cover available spa= ce=20 if needed. =2D-=20 Regards, Mick --nextPart2701048.STduAXOn5I Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAABCAAGBQJTnLAbAAoJELAdA+zwE4Ye56QH/0PS4l3lduVZazKLi5rZzOiF mwtPIfsaybbAHo++fXCOGVpadW17BhHJPfhueLFzOUBrUZmHg+gjM/uJ3QRRxwaC dUcw/z2REhJ0i4whwd2HdQDdfbFZ1mQFGMXkNPx3CVsBDWh4UvslpytanEXpkOsp mHHpQgcFUcepBvPzYLRghtnWZHunKpCMNkj21kUAxsDejYxufCJCq8kgEj/m68mk AETY4KR/ETW1v2a8F1In3Uubdy8Tr6cFlRGeKv+QHHuiY9uRRgCTsaCNhlU9WhcY +N1G9Ny0nV6n9p7wSYXE4UirRQnHdyVrZvHC1hg7jIPrZokL2A/nSabcJqH7UKU= =J4t7 -----END PGP SIGNATURE----- --nextPart2701048.STduAXOn5I--