[PATCH] layout-resize-pane-mouse: Consider visible panes only

2013-09-10 Thread Thomas
When a pane is maximized, and text is selected, we end up checking if a pane switch is needed. This therefore means we might end up selecting panes which aren't visible. --- layout.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout.c b/layout.c index b74bd78..cf554c3 100644 --- a/lay

Re: tmux chat

2013-09-10 Thread Jan Larres
On 11/09/13 14:28, blueBoy wrote: > Why my folks would jump on regular basis to see in main windows if > anything is happening, if i can mobile sms to them. > I always prefered openbsd mailing standards. > Thanks You can use the monitor-activity command to get a notification whenever new text app

Re: tmux chat

2013-09-10 Thread L. V. Lammert
On Tue, 10 Sep 2013, blueBoy wrote: > I just want to communicate with other users on the same-server just like > old linux write/talk etc. > The simplest way to do something like that is to dedicate one pane of a window to messages - open an editor session and let the messages scroll. Call it the

Re: tmux chat

2013-09-10 Thread blueBoy
On 09/10/2013 11:36 AM, L. V. Lammert wrote: > The simplest way to do something like that is to dedicate one pane of a > window to messages - open an editor session and let the messages scroll. > Call it the "Main" window, and require folks to jump over there on a > regular basis and see if anythin

Re: tmux chat

2013-09-10 Thread blueBoy
I just want to communicate with other users on the same-server just like old linux write/talk etc. But i need the message in tmux staus-bar or some small temporary pane creates in the focussed window,so i dnt miss the message.OR at the very least there should be some notification that there is some

Re: tmux chat

2013-09-10 Thread Enrique Ortega
Hello I'm a noob on tmux too. I'm not sure of what you want to do. Although chatting is not possible, you might be interested in syncing screens to do pair programming. Here's an introduction video from youtube that you might find interesting and some other sources of information along with keywo

Re: tmux chat

2013-09-10 Thread Thomas Adam
On 11 September 2013 00:36, blueBoy wrote: > 1] several users logged in on same server & using different independent > tmux sessions.How can they communicate/chat using multiple-line status > bar :) They don't. > 2] If above not possible how can a pane available on all windows.As > windows are

tmux chat

2013-09-10 Thread blueBoy
Hi, My first post in tmux mailing list.welcome me & pardon me for all noobness coming below if any. 1] several users logged in on same server & using different independent tmux sessions.How can they communicate/chat using multiple-line status bar :) 2] If above not possible how can a pane a

Re: binding multi-letter

2013-09-10 Thread Thomas Adam
Hi, On 10 September 2013 10:46, Sinbad wrote: > hi, how can i bind a multi letter key to do something > for example i want to bind 'ga' to do some stuff, > here 'g' should be leader letter just like in vim. > how do i do that. Not possible at the moment. -- Thomas Adam

binding multi-letter

2013-09-10 Thread Sinbad
hi, how can i bind a multi letter key to do something for example i want to bind 'ga' to do some stuff, here 'g' should be leader letter just like in vim. how do i do that. -- How ServiceNow helps IT people transform IT dep

Re: screen -R behaviour

2013-09-10 Thread Fabio Coatti
Hm... maybe yes but it is not the behaviour that I was expecting. Basically, with screen if I leave a session with Ctrl-a d and then I launch screen -R, i get the very same session, with the commands that I have entered and so on. With tmux new -A this does not happens... 2013/9/10 Nicholas Marrio