Re: [dev] st: bracketed paste mode

2013-09-19 Thread random832
On Thu, Sep 19, 2013, at 10:51, Nick wrote: > To check, how does this work exactly? Does X send the escape code to > any window when pasting with middle click, and those which don't > understand it just ignore it? And then once st has done the > appropriate stuff with the pasted text, vim (for exam

Re: [dev] st: bracketed paste mode

2013-09-19 Thread Nick
Thanks alot for the explanation Egmont, that was very interesting :) Sounds like as useful a feature as I hoped. Nick

Re: [dev] st: bracketed paste mode

2013-09-19 Thread Egmont Koblinger
On Thu, Sep 19, 2013 at 4:51 PM, Nick wrote: > To check, how does this work exactly? Does X send the escape code to > any window when pasting with middle click X doesn't do anything special. It's st that changes its behavior and does some extra stuff. There's no change whatsoever until someone

Re: [dev] st: bracketed paste mode

2013-09-19 Thread Nick
To check, how does this work exactly? Does X send the escape code to any window when pasting with middle click, and those which don't understand it just ignore it? And then once st has done the appropriate stuff with the pasted text, vim (for example) will detect that and behave as though :paste is

Re: [dev] st: bracketed paste mode

2013-09-19 Thread Egmont Koblinger
On Thu, Sep 19, 2013 at 11:27 AM, Roberto E. Vargas Caballero wrote: > It seems there are some users that could be interested in this feature, > so I will apply it next week. Cool, thanks! :) egmont

Re: [dev] st: bracketed paste mode

2013-09-19 Thread Roberto E. Vargas Caballero
> See e.g. > http://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x > (especially the 2nd comment) > > hope that helps, It seems there are some users that could be interested in this feature, so I will apply it next week. -- Roberto E. Vargas Caballer