Re: [PATCH 0/6] Basic local printing support

2012-08-21 Thread Nicholas Marriott
Hi There is support for xterm's clipboard support which sends the clipboard bracketed by some escape sequences, look for the set-clipboard option. On Tue, Aug 14, 2012 at 07:56:35PM +, Sean Estabrooks wrote: > > > > > Well, I'm just not sure it's worth the extra code, it's a pretty rarely >

RE: [PATCH 0/6] Basic local printing support

2012-08-14 Thread Sean Estabrooks
> > Well, I'm just not sure it's worth the extra code, it's a pretty rarely > used feature. Fair enough. Although it might be popular with people who are trying to synchronize their Windows clipboards. But maybe there is another way to do it, I did see some hint of that in the code but never fo

Re: [PATCH 0/6] Basic local printing support

2012-08-14 Thread Nicholas Marriott
Hi On Mon, Aug 13, 2012 at 04:13:07AM +, Sean Estabrooks wrote: > > > > Date: Sat, 11 Aug 2012 08:31:15 +0100 > > From: nicholas.marri...@gmail.com > > > > Thanks for your work but can you explain why you want/need this? Does > > anything actually use

RE: [PATCH 0/6] Basic local printing support

2012-08-12 Thread Sean Estabrooks
> Date: Sat, 11 Aug 2012 08:31:15 +0100 > From: nicholas.marri...@gmail.com > > Thanks for your work but can you explain why you want/need this? Does > anything actually use it? > Hi Nicholas, Use it for sending to a local printer when on the road, and

Re: [PATCH 0/6] Basic local printing support

2012-08-11 Thread Nicholas Marriott
Hi Thanks for your work but can you explain why you want/need this? Does anything actually use it? On Mon, Jul 23, 2012 at 05:59:41PM -0700, Sean Estabrooks wrote: > Pass data bracketed by printer start-stop codes through > to the client terminal or emulator. Am using this here > for "printing"

[PATCH 0/6] Basic local printing support

2012-07-23 Thread Sean Estabrooks
Pass data bracketed by printer start-stop codes through to the client terminal or emulator. Am using this here for "printing" to the Windows clipboard. The first three patches add scaffolding for the fourth patch which actually handles the control sequences. The last two patches are just minor cl