[tmux:tickets] #71 pane colours

2013-10-20 Thread Thomas Jachmann
--- ** [tickets:#71] pane colours** **Status:** open **Created:** Wed Oct 16, 2013 11:45 PM UTC by Thomas Jachmann **Last Updated:** Wed Oct 16, 2013 11:45 PM UTC **Owner:** nobody It would be great to be able to set the background colour of panes. This would allow for: - scripts to change

[tmux:tickets] #72 window-status-last-format missing

2013-10-20 Thread Thomas Jachmann
--- ** [tickets:#72] window-status-last-format missing** **Status:** open **Created:** Wed Oct 16, 2013 11:47 PM UTC by Thomas Jachmann **Last Updated:** Wed Oct 16, 2013 11:47 PM UTC **Owner:** nobody I'd like to not only change the bg/fg/attr of the last window in the status bar but also i

[tmux:tickets] #70 tmux detach -a -t regressed

2013-10-20 Thread Guillaume BINET
--- ** [tickets:#70] tmux detach -a -t regressed** **Status:** open **Created:** Mon Oct 14, 2013 11:40 PM UTC by Guillaume BINET **Last Updated:** Mon Oct 14, 2013 11:40 PM UTC **Owner:** nobody Step to reproduce: connect 2 clients to a session. tmux detach -a -t $(tmux display-message -p '

[tmux:tickets] #73 Issues with view of tmux

2013-10-20 Thread Sridhar Gandikota
--- ** [tickets:#73] Issues with view of tmux** **Status:** open **Created:** Sat Oct 19, 2013 10:16 AM UTC by Sridhar Gandikota **Last Updated:** Sat Oct 19, 2013 10:16 AM UTC **Owner:** nobody Hello , I am amazed by tmux features and glad to be a part of it. First I want to thank you for

jump to start / end of selection

2013-10-20 Thread Dr. Johannes Zellner
Hi, in screen I used a feature which allowed while marking the selction to jump to the start / end of the selction. So if I started a selection, extended the selection to some point and the discovered, that I'd like to change the start of the selection I could just hit a key 'o' (like in vim) to p

Re: [PATCH V4 1/3] Define hooks infrasructure

2013-10-20 Thread Nicholas Marriott
Somewhat reorganised set-hooks to have the same syntax as set-option and similar error messages. Also added a missing free(cause) and cmd_list_free(). I changed the name member of struct hook to be const char * which is better (I know it struct option it is just char *, that could change too maybe

Re: jump to start / end of selection

2013-10-20 Thread Nicholas Marriott
We don't have such a key but it wouldn't be too hard for someone to add, it's basically a flip start/end function. On Sun, Oct 20, 2013 at 12:37:15PM +0200, Dr. Johannes Zellner wrote: >Hi, >in screen I used a feature which allowed while marking the selction to >jump to the start / en