Re: Bring back choose-list

2015-05-29 Thread David Chanters
Hi, Thank you for your reply - i do appreciate it. Since i do not know which direction these choose commands are going, as a user the choose-list command still means a lot to people's workflow - is that not so? I am sure there are projects on GH which make use of this - having it within tmux at a

Re: 379400c broke status-right #(interpolation)

2015-05-29 Thread Nicholas Marriott
Hi This commit changed status stuff to go directly to formats rather than having an intermediate step (we have been working towards this for a while in small increments). Part of that change was to not include the output if the job failed, instead to print the return value (the "' probably). I th

379400c broke status-right #(interpolation)

2015-05-29 Thread Suraj N. Kurapati
Hello, I build tmux from git under Xubuntu 15.04. Starting with commit 379400c, the #(interpolation) no longer works in status-right: set-option -g status-right '#{=26:pane_title} #[fg=colour208,bg=colour236] #S:#I.#P #(test -n "$SSH_TTY" && echo "\#[bold,reverse] #H ")' set-option -g s

Re: Bring back choose-list

2015-05-29 Thread Nicholas Marriott
Hi It did not fit either with the purpose of tmux itself or with the (less fragmented, more consolidated) direction we have been taking choose mode. I would like to see this taken further again and make choose-tree/buffer/client less customizable but more powerful, which will probably happen when

Bring back choose-list

2015-05-29 Thread David Chanters
Hi, i don't quite understand why choose-list was deleted from tmux, could someone please explain this? i found this feature very useful as it allowed me to create menus without using external programs to do it. For a program as mature as tmux is, i would like to suggest that the devs don't remove

Re: The Error in Tmux's compile

2015-05-29 Thread Nicholas Marriott
Hi Either you don't have libevent installed or your libevent install is messed up. On Fri, May 29, 2015 at 10:28:20AM +0800, 1964882...@qq.com wrote: >Hi all: >i meet a error when compileing tmux-1.9a >i only hava gcc 4.4, i can't update it beacuse i have no permissions for >it;