Re: Hard status line in vertical split mode.

2007-09-25 Thread sadarax
occupied by the caption bar can be used by programs in other much more useful ways (for me personally). -- View this message in context: http://www.nabble.com/Hard-status-line-in-vertical-split-mode.-tf4419973.html#a12887597 Sent from the Gnu - Screen mailing list archive at Nabble.com. _

Re: Hard status line in vertical split mode.

2007-09-21 Thread Michael Schroeder
On Wed, Sep 19, 2007 at 07:12:11PM -0400, cga2000 wrote: > But do you mean that I would just need to build an xterm with the > "enable rectangles" feature enabled to benefit from faster scrolling .. > > Surely there must be more to it than that? Well, screen must be patched to use those sequences

Re: Hard status line in vertical split mode.

2007-09-20 Thread cga2000
On Wed, Sep 19, 2007 at 11:11:53PM EDT, [EMAIL PROTECTED] wrote: > Greetings, > > On 9/19/07, cga2000 <[EMAIL PROTECTED]> wrote: > > > > To copy a 10x5 cells rectangle starting at col. 20 somewhere near the > > middle of your screen try: > > > > C-A [ M 20l c 10l 5j C > > Copying into the buffe

Re: Hard status line in vertical split mode.

2007-09-19 Thread jieryn
Greetings, On 9/19/07, cga2000 <[EMAIL PROTECTED]> wrote: > > To copy a 10x5 cells rectangle starting at col. 20 somewhere near the > middle of your screen try: > > C-A [ M 20l c 10l 5j C Copying into the buffer isn't too much of a problem. It is pasting that is throwing me. I need to take the

Re: Hard status line in vertical split mode.

2007-09-19 Thread cga2000
On Wed, Sep 19, 2007 at 11:08:52AM EDT, [EMAIL PROTECTED] wrote: > Hello, > > On 9/19/07, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > If you compile xterm with '--enable-rectangles', it'll understand > > some extra commands: > > > > DECCRA Copy rectangular area > > DECERA Erase rectangula

Re: Hard status line in vertical split mode.

2007-09-19 Thread jieryn
Hello, On 9/19/07, Michael Schroeder <[EMAIL PROTECTED]> wrote: > If you compile xterm with '--enable-rectangles', it'll understand > some extra commands: > > DECCRA Copy rectangular area > DECERA Erase rectangular area > DECFRA Fill rectangular area > DECSERA Selective erase rectangular area >

Re: Hard status line in vertical split mode.

2007-09-19 Thread Michael Schroeder
On Thu, Sep 13, 2007 at 11:01:04PM -0400, cga2000 wrote: > On Wed, Sep 12, 2007 at 12:31:58PM EDT, Michael Schroeder wrote: > > On Tue, Sep 11, 2007 at 11:22:24PM -0400, cga2000 wrote: > > > I had a couple more questions about vertical split & caption/status > > > lines: > > > > > > 1. After I do

Re: Hard status line in vertical split mode.

2007-09-15 Thread Pavel Sanda
> > 3. Since I've managed to squeeze everything I need into the hardstatus > >:-) line, I would be in favor of having a "caption never" option > >added. I defined a "caption splitonly "%{+d kk} " so as to have an > >empty and mostly invisible line but it does waste a bit of space and >

Re: Hard status line in vertical split mode.

2007-09-13 Thread cga2000
On Wed, Sep 12, 2007 at 12:31:58PM EDT, Michael Schroeder wrote: [..] > > 5. Is it possible to split the screen and display the contents of > >another window in a single action? Right now I'm on window #2 and I > >would like to see what is in window #5 next to what I have in window > >

Re: Hard status line in vertical split mode.

2007-09-13 Thread cga2000
On Wed, Sep 12, 2007 at 12:31:58PM EDT, Michael Schroeder wrote: > On Tue, Sep 11, 2007 at 11:22:24PM -0400, cga2000 wrote: > > I had a couple more questions about vertical split & caption/status > > lines: > > > > 1. After I do a vertical split, paging or searching is very slow on my > >machi

Re: Hard status line in vertical split mode.

2007-09-12 Thread Michael Schroeder
On Tue, Sep 11, 2007 at 11:22:24PM -0400, cga2000 wrote: > I had a couple more questions about vertical split & caption/status > lines: > > 1. After I do a vertical split, paging or searching is very slow on my >machine. Is this something to do with my configuration? No, it's because terminal

Re: Hard status line in vertical split mode.

2007-09-11 Thread cga2000
On Tue, Sep 11, 2007 at 10:12:46AM EDT, Michael Schroeder wrote: > On Mon, Sep 10, 2007 at 11:05:10PM -0400, cga2000 wrote: > > Is there any way I can configure screen so as to have a single hard > > status line covering the entire width of the display. > > > > What I'm seeing is the left-most par

Re: Hard status line in vertical split mode.

2007-09-11 Thread Michael Schroeder
On Mon, Sep 10, 2007 at 11:05:10PM -0400, cga2000 wrote: > Is there any way I can configure screen so as to have a single hard > status line covering the entire width of the display. > > What I'm seeing is the left-most part of the hard-status line repeated > in each "window" and the right-most pa

Hard status line in vertical split mode.

2007-09-10 Thread cga2000
Is there any way I can configure screen so as to have a single hard status line covering the entire width of the display. What I'm seeing is the left-most part of the hard-status line repeated in each "window" and the right-most part of it is truncated. Thank you. __