Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Nicholas Marriott wrote: Either do: C-b : detach -P Or something like: bind C-d detach -P Then press C-a C-d. On Mon, Feb 14, 2011 at 01:50:43PM -0800, Steve Mayer wrote: Steve Mayer wrote: Nicholas Marriott wrote: enum msgtypeclient_exittype; Nicholas, Wh

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Nicholas Marriott
Either do: C-b : detach -P Or something like: bind C-d detach -P Then press C-a C-d. On Mon, Feb 14, 2011 at 01:50:43PM -0800, Steve Mayer wrote: >Steve Mayer wrote: > > Nicholas Marriott wrote: > > enum msgtypeclient_exittype; > > Nicholas, > >Which version sho

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Steve Mayer wrote: Nicholas Marriott wrote: enum msgtypeclient_exittype; Nicholas, Which version should I be attempting these diffs on? I'm using OpenBSD 4.8 and the default version there is 1.42 and the patches don't apply cleanly. If I grab the latest cvs version, the version of

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Nicholas Marriott
Use OpenBSD -current. tmux from -current should build fine on 4.8. On Mon, Feb 14, 2011 at 01:10:57PM -0800, Steve Mayer wrote: >Nicholas Marriott wrote: > > enum msgtypeclient_exittype; > >Nicholas, > > Which version should I be attempting these diffs on? I'm using OpenBSD

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Nicholas Marriott wrote: enum msgtypeclient_exittype; Nicholas, Which version should I be attempting these diffs on? I'm using OpenBSD 4.8 and the default version there is 1.42 and the patches don't apply cleanly. If I grab the latest cvs version, the version of client.c appears to

Re: [PATCH] Add support for passing control sequences to the underlying terminal

2011-02-14 Thread Nicholas Marriott
I haven't forgotten about this I've just been busy, sorry. On Sat, Jan 29, 2011 at 10:39:05AM -0800, Kevin Goodsell wrote: > On Fri, Jan 28, 2011 at 12:36 PM, Nicholas Marriott > wrote: > > input_dcs_dispatch should log the input string but otherwise this looks > > fine on a quick read. > > Her

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Nicholas Marriott
Yes we could do that, try this: Index: client.c === RCS file: /cvs/src/usr.bin/tmux/client.c,v retrieving revision 1.47 diff -u -p -r1.47 client.c --- client.c8 Jan 2011 01:52:36 - 1.47 +++ client.c14 Feb 2011 20:15

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Patrick Shanahan
* Steve Mayer [02-14-11 14:54]: > What it does is basically a 'detach and logout'. For instance, when > I'm ssh'd into a host and I want to detach, but not be dropped out to > the shell on the remote host (but rather close the ssh session > altogether), when using screen, I can use the 'pow_detac

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Steve Mayer wrote: Nicholas Marriott wrote: What does it do? On Mon, Feb 14, 2011 at 11:26:15AM -0800, Steve Mayer wrote: Hello, Just wondering if there currently exists (or is planned) any support for an equivalent to the 'pow_detach' command/feature of screen? Thanks,

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Nicholas Marriott wrote: What does it do? On Mon, Feb 14, 2011 at 11:26:15AM -0800, Steve Mayer wrote: Hello, Just wondering if there currently exists (or is planned) any support for an equivalent to the 'pow_detach' command/feature of screen? Thanks, Steve Mayer ---

Re: Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Nicholas Marriott
What does it do? On Mon, Feb 14, 2011 at 11:26:15AM -0800, Steve Mayer wrote: >Hello, > > Just wondering if there currently exists (or is planned) any support for >an equivalent to the 'pow_detach' command/feature of screen? > >Thanks, >Steve Mayer > --

Is there an equivalent to the 'pow_detach' functionality of screen?

2011-02-14 Thread Steve Mayer
Hello, Just wondering if there currently exists (or is planned) any support for an equivalent to the 'pow_detach' command/feature of screen? Thanks, Steve Mayer -- The ultimate all-in-one performance toolkit: Intel(

Re: selection gets cleared when cursors blinks

2011-02-14 Thread LEVAI Daniel
On Thu, Feb 03, 2011 at 20:44:06 +, Nicholas Marriott wrote: > On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote: > > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > > > Are you sure it happens when the cursor blinks? If you make the cursor > > > steady does it sto