Re: default-path doesn't work on OSX

2013-08-04 Thread Ben Boeckel
On Fri, 02 Aug, 2013 at 15:50:04 GMT, Rogério Yokomizo wrote: > set default-path "~" > > When I open a new pane or window, on Ubuntu this works fine. > > On OSX, this option is ignored, but all other options works fine. > However, If I try to reload the .tmux.conf using :source-file > ~/.tmux.con

Re: tmux + putty: Using mouse off window on a maximized window shows junk characters

2013-08-04 Thread Ben Boeckel
On Thu, 01 Aug, 2013 at 21:52:32 GMT, Naseer Ahmed wrote: > Windows doesn't have "focus follows mouse" so putty will send a scroll Strictly speaking, this is false. This[1] might be of interest. I've found it useful in conjunction with another program[2]. --Ben [1]http://www.burningcutlery.com/d

Re: default-path doesn't work on OSX

2013-08-04 Thread Thomas Adam
On 4 August 2013 23:59, Saad Malik wrote: > I would like to piggy-back on this bug request. default-path doesn't work in > cygwin either. I hope it's the same root cause. Doubtful. That's like asking if two different people are ill, why paracetemol works for one person, but not the other. Don't

Re: default-path doesn't work on OSX

2013-08-04 Thread Thomas Adam
On 2 August 2013 16:50, Rogério Yokomizo wrote: > Hi! > > I would like to report a bug. > I am sorry if this isn't the right method. > > So… > > I'm using tmux on OSX 10.7.5 and Ubuntu 12.4 > > On my .tmux.conf I have the default-path option: > > set default-path "~" > > When I open a new pane o

Re: default-path doesn't work on OSX

2013-08-04 Thread Saad Malik
I would like to piggy-back on this bug request. default-path doesn't work in cygwin either. I hope it's the same root cause. On Fri, Aug 2, 2013 at 8:50 AM, Rogério Yokomizo wrote: > Hi! > > I would like to report a bug. > I am sorry if this isn't the right method. > > So… > > I'm using tmux on

Re: tmux + putty: Using mouse off window on a maximized window shows junk characters

2013-08-04 Thread Patrick Shanahan
* Naseer Ahmed [08-04-13 11:02]: > New logs attached. You *do* realize that you have sent >500K to *everyone* on the list. Remember that some still have measure service. Please be more considerate and post your lengthy files on a web site where they can be perused by those interested. And if

[tmux:tickets] #52 Fatal exception when using tmux run on cygwin

2013-08-04 Thread A Young
--- ** [tickets:#52] Fatal exception when using tmux run on cygwin** **Status:** open **Created:** Wed Jul 31, 2013 07:37 PM UTC by A Young **Last Updated:** Wed Jul 31, 2013 07:37 PM UTC **Owner:** nobody Running tmux revision 7ea560261c72cd8e8453e7ea0e4f3922a2bdfeb3 on cygwin I hit an erro

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
On Sat, Jul 27, 2013 at 9:55 AM, Nicholas Marriott wrote: > I don't think it is right to move recalculate_sizes(), we should do > whatever is needed to make it safe to call it there. Do you have a > backtrace? I do indeed, and here it is. I also have the full core dump compressed down to 2.5 Mb.

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
On Sat, Jul 27, 2013 at 8:07 AM, Nicholas Marriott wrote: > Does this do it instead? > > diff --git a/server-fn.c b/server-fn.c > index 7ef6413..37ef879 100644 > --- a/server-fn.c > +++ b/server-fn.c > @@ -396,9 +396,9 @@ server_destroy_session_group(struct session *s) > if ((sg = session_

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
After applying your patch, I can't reproduce the crash anymore. Looks like that fixed it. Thanks! Daniel On Sat, Jul 27, 2013 at 11:45 AM, Nicholas Marriott wrote: > Try this please. > > The fix is the first part in resize.c to make recalculate_sizes() handle > an empty window with no activ

Re: BUG: Crash when killing a session's last window's program from a grouped session

2013-08-04 Thread Daniel Ralston
On Sat, Jul 27, 2013 at 4:49 AM, Thomas Adam wrote: > I appreciate your bug reports, because they're easy for me to reproduce, but > the next time you submit one, I'd appreciate something like a corefile > backtrace. Ah, I had wondered about that. I'll include a core dump with my bug reports from

tmux + putty: Using mouse off window on a maximized window shows junk characters

2013-08-04 Thread Naseer Ahmed
Posted this question on superuser - posting it here in case I get an answer http://superuser.com/questions/617082/tmux-putty-using-mouse-off-window-shows- junk-characters

default-path doesn't work on OSX

2013-08-04 Thread Rogério Yokomizo
Hi! I would like to report a bug. I am sorry if this isn't the right method. So… I'm using tmux on OSX 10.7.5 and Ubuntu 12.4 On my .tmux.conf I have the default-path option: set default-path "~" When I open a new pane or window, on Ubuntu this works fine. On OSX, this option is ignored, b