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

2013-08-09 Thread Naseer Ahmed
@Patrick - I apologize for the large file attachments. @Alexander - Thanks for the PuttyX recommendation, any chance you could put in a pull request to PuTTY Tray or KiTTY? I realize that there are many forks of PuTTY so this might be hard. ​​ --

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

Re: Regression: Length limit of window-status-format doesn't work on the tip

2013-08-02 Thread Naseer Ahmed
2 @@ will include the string > if the session is attached and the string > .Ql not attached > if it is unattached. > +A limit may be placed on the length of the resultant string by prefixing > it > +by an > +.Ql = , > +a number and a colon, so > +.Ql #{=10:pane_title} >

Regression: Length limit of window-status-format doesn't work on the tip

2013-08-02 Thread Naseer Ahmed
This option used to work on tmux-1.8, now it just shows the full title. set-option -gw window-status-format "#I:#20W#F" -- Get your SQL database under version control now! Version control is standard for application code,

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

2013-08-01 Thread Naseer Ahmed
timeout to a lower value. I > use '100'. > > -Saad > > > > > > > On Thu, Aug 1, 2013 at 2:52 PM, Naseer Ahmed wrote: > >> I am on the tip of the tree from sourceforge (just compiled tmux) >> Windows doesn't have "focus follows mouse&

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

2013-08-01 Thread Naseer Ahmed
On Thu, Aug 01, 2013 at 05:52:32PM -0400, Naseer Ahmed wrote: > >I am on the tip of the tree from sourceforge (just compiled tmux) > >Windows doesn't have "focus follows mouse" so putty will send a scroll > >event even if I scroll outside the windo

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

2013-08-01 Thread Naseer Ahmed
range is smaller, or you need to enable > UTF-8 mouse mode. > > > On Thu, Aug 01, 2013 at 05:16:14PM -0400, Naseer Ahmed wrote: > >Posted this question on superuser - posting it here in case I get an > >answer > >[1] > http://superuser.com/questions/617082

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

2013-08-01 Thread Naseer Ahmed
buf[len++] = m->xb + 32; buf[len++] = m->x + 33; buf[len++] = m->y + 33; } bufferevent_write(wp->event, buf, len); return; } On Thu, Aug 1, 2013 at 5:12 PM, Naseer Ahmed wrote: > Posted this question on superuser - posti

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

2013-08-01 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