Re: panes slow response in scrolling

2013-01-16 Thread Sinbad
i just connect from windows machine using putty to one of the servers running linux. the echo $TERM shows xterm-256color, so i thought terminal is xterm, i'm a non root user, in my home i don't find .Xdefaults/.Xresources, i don't really know what terminal i'm running, pardon my ignorance. On Thu

FIXED (Was: Re: tmux SF git repo broken, use: https://github.com/ThomasAdam/tmux)

2013-01-16 Thread Thomas Adam
Hi, On Mon, Dec 31, 2012 at 07:17:54PM +, Thomas Adam wrote: > What's likely happened is when SF converted over the tmux project > recently, something has gone awry. Thankfully I've got backups > though, so all is not lost. This has now been fixed. NicM and I have spent a little while putti

Re: [PATCH 1/1] Hotfix for OSC 12 infinite echo issue

2013-01-16 Thread Nicholas Marriott
ok this makes more sense now thanks do we really need to drop all sequences starting with "?" or is it enough to match only when it is only "?"? On Thu, Jan 17, 2013 at 02:38:54AM +0900, Hayaki Saito wrote: > > Oh, I apologize for not providing you with enough explanation. > I just noticed that

Re: window size change.

2013-01-16 Thread Nicholas Marriott
You need to detach other clients using C-b D, or detach them properly before disconnecting laptop. On Wed, Jan 16, 2013 at 03:21:40PM +0530, Sinbad wrote: >when i disconnect my laptop from the docking station >while tmux is running and connect it back, i see that >the screen size has

Re: panes slow response in scrolling

2013-01-16 Thread Nicholas Marriott
How are you running xterm and what do you have in .Xdefaults/.Xresources? On Wed, Jan 16, 2013 at 03:19:18PM +0530, Sinbad wrote: >Not that i know of, how do i crosscheck that ? > >On Tue, Jan 15, 2013 at 10:12 AM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > I

Re: [PATCH 1/1] Hotfix for OSC 12 infinite echo issue

2013-01-16 Thread Hayaki Saito
Oh, I apologize for not providing you with enough explanation. I just noticed that this is configuration-specific issue. In order to reproduce this problem, we should enable visual bell. > set-option -g visual-bell on If we type this command on shell environment, ECHO-backed OSC sequences such a

window size change.

2013-01-16 Thread Sinbad
when i disconnect my laptop from the docking station while tmux is running and connect it back, i see that the screen size has reduced, and the junk characters are displayed in the unused space, how do i change the screen size to back. the size is [197x50] it should be [207x59] $ tmux list-session

Re: panes slow response in scrolling

2013-01-16 Thread Sinbad
Not that i know of, how do i crosscheck that ? On Tue, Jan 15, 2013 at 10:12 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > I use split panes all the time and they are fine. Are you using a fancy > FreeType face (xterm -fa instead of -fn)? Is it the same in xterm > without any of

Re: [PATCH 1/1] Hotfix for OSC 12 infinite echo issue

2013-01-16 Thread Nicholas Marriott
I don't understand what the problem is or how this fixes it. Where is ST in your change? On Wed, Jan 16, 2013 at 04:54:06PM +0900, Hayaki Saito wrote: > > Is the ? in this diff supposed to be \\234? > > No, It's just a hot fix, for infinite echo problem. > > On 2013/01/15, at 13:26, Nicholas Ma