cursor movement patch

2007-02-17 Thread Bill Pursell
Thanks Michael for the work on 4.0.3. I was pleased to see that you included my patch for cursor movement, but noted that it is an older version. There is a newer version in the mailing list archive dated Oct 21. It is more in-line with the coding style, includes a man page update, and most imp

Re: remapping screen commands

2006-11-26 Thread Bill Pursell
On 11/23/06, Eric Smith <[EMAIL PROTECTED]> wrote: I use `select' a lot and would like to map this to `s' so that I may go: : s mutt to select window called mutt. how do I do this? I'm not sure I understand how that's preferrable to ^A ' If i read you correctly, you want to type: ^A:s mutt ins

Vertical division of windows

2006-10-22 Thread Bill Pursell
?There is a patch available at:http://fungi.yuggoth.org/vsp4s It is not official, and there are definitely someissues that are unresolved, but it provides thebasic functionality.--Bill Pursell ___ screen-users mailing list screen-users@gnu.or

Patch for fF/tT/;, cursor movement in copy/paste mode

2006-10-21 Thread Bill Pursell
Attached is a patch that implements the fFtT;, family of cursor movements in copy-paste mode.  This is duplicate functionalityto a patch I submitted about a year ago, but a bug has been fixed.(Previously, the keysequence '2f3h' would move to the 23rd 'h' instead of moving to the 2nd '3' and then t

vim 7.0 slowness

2006-07-20 Thread Bill Pursell
I've noticed that vim 7.0 starts up far more slowly inside screen than outside. Has anyone encountered this, and are there any known causes? ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Splitting screen horizontally.

2006-06-14 Thread Bill Pursell
Aaron Griffin wrote: On 6/13/06, Bill Pursell <[EMAIL PROTECTED]> wrote: Aaron Griffin wrote: > I'd like to point out two things... the current split is a horizontal > split. The windows are laid out vertically, but the single window is > split horizontally. So, you w

Re: Splitting screen horizontally.

2006-06-13 Thread Bill Pursell
Aaron Griffin wrote: On 5/26/06, Dave Waxman <[EMAIL PROTECTED]> wrote: On May 26 13:36, Jonathan Daugherty wrote: > I really like using the split function to create vertically-split > regions. Is there a way to split screen horizontally, too? Searching the archives of this list will show thi

[patch] typo in docs

2006-04-15 Thread Bill Pursell
There's a typo in the documentation: "commant" instead of "command". Patch attached. diff -u -r screen-4.0.2/doc/screen.1 screen.command/doc/screen.1 --- screen-4.0.2/doc/screen.1 2003-12-05 13:51:57.0 + +++ screen.command/doc/screen.1 2006-04-15 12:18:08.549154680 +0100 @@ -285,7 +28

Re: Suspicious line

2006-04-11 Thread Bill Pursell
Srinath Madhavan wrote: When I edit the Makefile after a ./configure in order to set my install prefix, GNU/Emacs warns me of a suspiscious line 115[1] before letting me save the Makefile. Question is whether I am doing something wrong? GNU/Screen source file: screen-4.0.2.tar.gz Source (online)

Re: Vertical Split Slowdown

2006-04-01 Thread Bill Pursell
eable 'lag'. Has any got any suggestions for how to remedy this, or does Bill Pursell have a more up to date version of the patch that may fix the issue? The most recent version I've got is 0.3. I had intended to correct the errors with the statusline, but haven't looked