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

2013-01-17 Thread Nicholas Marriott
Ok, applied your fix thanks. On Thu, Jan 17, 2013 at 06:02:50PM +0900, Hayaki Saito wrote: > In present, semantics of xterm's OSC 12 sequence is always either one of "set > cursor color" or "get cursor color". > if the substring after ";" in an OSC 12 sequence means "set cursor color", It > can

Re: panes slow response in scrolling

2013-01-17 Thread Nicholas Marriott
Ok I don't know why it would be slow in putty so not sure what to suggest. Maybe try a different font anyway? On Thu, Jan 17, 2013 at 09:46:52AM +0530, Sinbad wrote: >i just connect from windows machine using putty to one of the >servers running linux. the echo $TERM shows*xterm-256color,

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

2013-01-17 Thread Hayaki Saito
In present, semantics of xterm's OSC 12 sequence is always either one of "set cursor color" or "get cursor color". if the substring after ";" in an OSC 12 sequence means "set cursor color", It can never begin with "?", and if it means the other, It always begins with "?". So I think that this con