Re: [screen-devel] regex support for screen

2011-10-31 Thread Edward Peschko
> readreg can move the paste buffer into a register. would that help? > >        cheers, >                JW- thanks.. that helps a great deal. BTW - is there a set of screen 'power tips'? I'd be very interested in seeing that.. Ed

Re: [screen-devel] regex support for screen

2011-10-06 Thread Juergen Weigert
On Oct 05, 11 13:51:17 -0700, Edward Peschko wrote: > All, > > Is there any patched version of screen that supports a regex engine > like PCRE, and that can have Ctrl-a ? search, say for [A-Z]+ or > \d+ in the screen buffer? Not that I know of. > That, and only having one paste-able buffer via

[screen-devel] regex support for screen

2011-10-05 Thread Edward Peschko
All, As many people on screen-users do, I miss (very much) not having screen regex support. It's a pretty big hole in screen support, both in functionality, and in its ability to mimic vim keybindings. Is there any patched version of screen that supports a regex engine like PCRE, and that can hav