Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to extend the tmux status 'title' for each pane or window
Date: Mon, 02 Jun 2014 14:18:34
Message-Id: C3EF07D9-E732-4C86-9670-C07806056D87@stellar.eclipse.co.uk
In Reply to: [gentoo-user] How to extend the tmux status 'title' for each pane or window by Mick
1 On Sat, 31 May 2014, at 4:22 pm, Mick <michaelkintzios@×××××.com> wrote:
2 >
3 > I am using tmux and find it convenient especially for managing remote
4 > sessions, but I have noticed that the commands running in a session shown at
5 > the bottom right hand side, within the status line, are too short. Can I
6 > extend the number of characters to be able to see more of the command being
7 > run at any time?
8
9 I only see a *maximum* length option in the manpage - presumably because tmux allocates as much space as possible to the left and right statuses, but space must be consumed by the window titles in the middle.
10
11 Is it possible you can give the right hand side more room by reducing the maximum of the left?
12
13 I'm interested to know what you're displaying on the right - it's been so long since I set up tmux, I can't remember what the defaults are. Could you possibly post the output of `tmux show -g status-right`, please?
14
15 I have:
16
17 $ tmux show -g | grep -E 'status-[lr]'
18 status-left "#[fg=blue]#T"
19 status-left-attr none
20 status-left-bg default
21 status-left-fg default
22 status-left-length 20
23 status-right "#[fg=blue][#S]"
24 status-right-attr none
25 status-right-bg default
26 status-right-fg default
27 status-right-length 40
28 $
29
30 Stroller.

Replies

Subject Author
Re: [gentoo-user] How to extend the tmux status 'title' for each pane or window Mick <michaelkintzios@×××××.com>