Re: tmux 2.7

2018-04-20 Thread Philip Rhoades
t use tmux for my main work environment. However, the slowdown problem still persists so I will let you know if think there is any improvement with v2.7 Thanks! Phil. On 2018-04-14 02:57, Nicholas Marriott wrote: Hi all I have released tmux 2.7: https://github.com/tmux/tmux/release

tmux 2.7

2018-04-13 Thread Nicholas Marriott
Hi all I have released tmux 2.7: https://github.com/tmux/tmux/releases/download/2.7/tmux-2.7.tar.gz Changes here: https://raw.githubusercontent.com/tmux/tmux/2.7/CHANGES -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To u

Re: tmux 2.7-rc

2018-03-23 Thread Nicholas Marriott
Applied to the 2.7-rc branch now, it'll be in 2.7 or any further RCs. Thanks! On Thu, Mar 22, 2018 at 06:00:38PM +0100, Thomas Sattler wrote: > Am 22.03.2018 um 15:27 schrieb Nicholas Marriott: > > I think this fixes it: > > Seems to be fixed. > > Thomas > > -- > You received this message be

Re: tmux 2.7-rc

2018-03-22 Thread Thomas Sattler
Am 22.03.2018 um 15:27 schrieb Nicholas Marriott: I think this fixes it: Seems to be fixed. Thomas -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+u

Re: tmux 2.7-rc

2018-03-22 Thread Nicholas Marriott
ach + 1) * (number - 1)); change = 0; if (parent->type == LAYOUT_LEFTRIGHT) { change = each - (int)lc->sx; On Thu, Mar 22, 2018 at 02:59:36PM +0100, Thomas Sattler wrote: > Hi there ... > > the following command creates a brok

Re: tmux 2.7-rc

2018-03-22 Thread Thomas Sattler
Hi there ... the following command creates a broken layout: $ tmux-2.7-rc new-session \; split-window \; split-window \; select-layout -E \; select-pane -t 1 \; split-window -h \; split-window -h \; select-pane -t 2 \; select-layout -E \; split-window \; split-window \; select-layout -E It

tmux 2.7-rc

2018-03-22 Thread Nicholas Marriott
Hi all I have the first 2.7 release candidate: https://github.com/tmux/tmux/releases/tag/2.7 https://github.com/tmux/tmux/releases/download/2.7/tmux-2.7-rc.tar.gz https://raw.githubusercontent.com/tmux/tmux/2.7/CHANGES As always please test and report any issues. Thanks -- You received