Re: where to get the vertical split patch?

2011-05-24 Thread Dustin Kirkland
On Thu, May 19, 2011 at 5:42 PM, Sadrul Habib Chowdhury wrote: > On Thu, May 19, 2011 at 2:27 PM, Andrew Schulman > wrote: >> Hi all.  I'm the maintainer of screen in Cygwin.  We currently have version >> 4.0.3, with some Cygwin-specific patches and 256-color support. >> >> I'm looking for the fa

Re: binding shift/ctrl/alt + f-keys

2010-12-07 Thread Dustin Kirkland
On Tue, Dec 7, 2010 at 4:42 PM, Michael Kelleher wrote: > Open your ~/.screenrc with vim. You need to specify the key sequence that > corresponds to the keys in question. This is different on each machine. You > can find out the sequence by entering insert mode then pressing Ctrl-v > followed by S

binding shift/ctrl/alt + f-keys

2010-12-07 Thread Dustin Kirkland
Howdy, I'd like to bind some commands to -F1, or perhaps -F1, or -F1. How would I go about doing that? "bindkey -k k1 ..." is easy enough, but how would I specify a different action for shift/alt/ctrl of the f-keys? Thanks! -- :-Dustin ___ screen-us

Re: click

2010-10-15 Thread Dustin Kirkland
On Fri, Oct 15, 2010 at 9:16 AM, Kevin Van Workum wrote: > mousetrack on Hmm, what version of screen added this? I'm using Screen version 4.00.03jw4 (FAU) 2-May-06, and I get "unknown command" when I try this. :-Dustin ___ screen-users mailing list s

Re: Jumping straight into screen, but not missing motd, etc.

2010-09-28 Thread Dustin Kirkland
On Tue, Sep 28, 2010 at 10:09 AM, wrote: >  I 'screen -D -R' everytime I log into a system and just detach and > logout immediately every time I leave. > >  I've seen various .profile tricks for doing this automatically on > login, but most seem fritzy if anything goes wrong and, especially, they

Re: bind browser forward/back keys

2010-07-17 Thread Dustin Kirkland
On Mon, Jun 7, 2010 at 8:59 AM, Jostein Berntsen wrote: > On 06.06.10,15:44, Dustin Kirkland wrote: >> Is it possible to bind the browser forward/back keys (such as those on >> my Thinkpad) to the next/prev window commands? >> > > You need to check if these keys gives

bind browser forward/back keys

2010-06-06 Thread Dustin Kirkland
Is it possible to bind the browser forward/back keys (such as those on my Thinkpad) to the next/prev window commands? -- :-Dustin ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: use the "windows" key as the escape key

2009-12-29 Thread Dustin Kirkland
On Tue, Dec 29, 2009 at 12:47 PM, Erik Falor wrote: > On Mon, Dec 28, 2009 at 09:03:50AM -0600, Dustin Kirkland wrote: >> I have been asked this several times and I haven't been able to find >> the answer myself. >> >> Is it possible to use the "Windows"

Re: use the "windows" key as the escape key

2009-12-29 Thread Dustin Kirkland
On Mon, Dec 28, 2009 at 3:03 PM, wrote: > I was about to blog on this, perhaps a different angle of attack than > what you ask for, but it works for me. > (I'm suffering from blog constipation, > things worth blogging about are happening too fast > and taking up all the time I have to blog about

use the "windows" key as the escape key

2009-12-28 Thread Dustin Kirkland
I have been asked this several times and I haven't been able to find the answer myself. Is it possible to use the "Windows" key (Super_L) (between Ctrl and Alt) as the screen escape key? If so, how do you set this in your .screenrc? Thanks, -- :-Dustin

Re: Ping Packagers

2009-12-22 Thread Dustin Kirkland
On Mon, Dec 21, 2009 at 10:33 AM, Sadrul Habib Chowdhury wrote: > I don't think there will be much of a problem using dynamic malloc in the > current code. However, it can be problematic for when we merge in the > scripting support. For example, a script could store the window pointers > somewhere

Re: Ping Packagers

2009-12-20 Thread Dustin Kirkland
On Sat, Dec 19, 2009 at 1:51 PM, Sadrul Habib Chowdhury wrote: > * Dustin Kirkland had this to say on [09 Dec 2009, 10:37:17 -0800]: >> On Wed, Dec 9, 2009 at 10:23 AM, Dustin Kirkland >> wrote: >> > On Wed, Dec 9, 2009 at 10:19 AM, Sadrul Habib Chowdhury >> >

Re: Ping Packagers

2009-12-11 Thread Dustin Kirkland
On Fri, Dec 11, 2009 at 8:29 AM, Brian Kroth wrote: > So long as we're considering some changes, can I petition to have the > default MAXWIN increased from 40 to 99 (or higher)? > > We have a screenrc for our ssh bastion host that sets up >40 ssh > sessions by default and we always end up recompil

Re: Copy-scrollback mode -- VIsual feedback in window caption?

2009-12-11 Thread Dustin Kirkland
On Thu, Dec 10, 2009 at 10:51 PM, Sadrul Habib Chowdhury wrote: > * Hugo Heden had this to say on [10 Dec 2009, 15:31:53 +0100]: >> Good day all, >> >> I would like to add some visual feedback for whether a window is in >> copy/scrollback mode  or not, perhaps by showing a different colour in the

Re: Ping Packagers

2009-12-09 Thread Dustin Kirkland
On Wed, Dec 9, 2009 at 10:23 AM, Dustin Kirkland wrote: > On Wed, Dec 9, 2009 at 10:19 AM, Sadrul Habib Chowdhury > wrote: >> Hello everyone. Are there any screen packagers on this list? I am >> contemplating a sort of a beta-release somewhat soon-ish (still >> non-triv

Re: Ping Packagers

2009-12-09 Thread Dustin Kirkland
On Wed, Dec 9, 2009 at 10:19 AM, Sadrul Habib Chowdhury wrote: > Hello everyone. Are there any screen packagers on this list? I am > contemplating a sort of a beta-release somewhat soon-ish (still > non-trivial amount of work to do, though, so no ETA yet), and was > thinking if this list is the be

Re: How to destroy detached screens

2009-08-22 Thread Dustin Kirkland
On Thu, Aug 20, 2009 at 5:24 PM, Michael Rowan wrote: > I have 5 detached screens, and wish to remove/delete/destroy some.  How > should I do this? See the screen(1) manpage, the -wipe option. Or you can just kill(1) the process id. :-Dustin ___ scre

Re: binding function keys

2009-08-18 Thread Dustin Kirkland
On Mon, Aug 17, 2009 at 12:30 AM, Robert Bram wrote: > First question: what do these do? I didn't understand "stuff" from the man > page. Also from the screen(1) manpage: stuff string Stuff the string string in the input buffer of the current window. This is like th