problems with 'screen -md'

2005-12-18 Thread Peder Stray
When i start screen with -md it seems to ignore some parts of my .screenrc. It doesn not set the windowlist string or title, neither does it source files. Not sure if it ignores other parts of my .screenrc, but i can see it ignores those. And, another thing i find annoying, 'screen foo' on t

Re: vertical split

2005-12-18 Thread Michael Schroeder
On Sun, Dec 18, 2005 at 09:31:06PM +, bill wrote: > Here's a patch against 4.0.2 that includes resizing for 'Q'. That's > the easiest resize > of course, but I don't yet see that the others will be that difficult to > do. No, it's not very difficult. It's just a bit of work. How does your

Re: vertical split

2005-12-18 Thread Daniel
On Sun, Dec 18, 2005 at 09:31:06PM +, bill wrote: > The more I get into this code, the more I like it. It's a very nice > design. And it works great! Vertical split is very nice in my wide fbconsole; I have wanted this for quite some time now, but I never got time to dig into the code. I

Re: vertical split

2005-12-18 Thread bill
Michael Schroeder wrote: On Sun, Dec 18, 2005 at 05:28:07PM +, bill wrote: Here's a patch that does the vertical split. It doesn't put any delimiter between the windows, which can be disconcerting, since when you first create the new region (^A V), absolutely nothing noticeable happens.

Re: fFtT implementation

2005-12-18 Thread Michael Schroeder
Btw, here's the current status: On Sun, Dec 18, 2005 at 04:38:36PM +0100, Michael Schroeder wrote: > Planned features for the next release: > > - sending the tty file descriptor from the frontend to the > backend over the unix domain socket, so you won't get error > messages after an 'su' to

Re: vertical split

2005-12-18 Thread Michael Schroeder
On Sun, Dec 18, 2005 at 05:28:07PM +, bill wrote: > Here's a patch that does the vertical split. It doesn't put any delimiter > between the windows, which can be disconcerting, since when you > first create the new region (^A V), absolutely nothing noticeable > happens. But if you ^A-tab you'

vertical split

2005-12-18 Thread bill
Here's a patch that does the vertical split. It doesn't put any delimiter between the windows, which can be disconcerting, since when you first create the new region (^A V), absolutely nothing noticeable happens. But if you ^A-tab you'll be in the new region, and a next will make something show

Re: plans

2005-12-18 Thread Michael Schroeder
On Sat, Dec 17, 2005 at 01:26:46PM -0800, John Davidorff Pell wrote: > A long ago discussion resulted in the following being supplied to me. > I have used when building screen ever since, but it is not in 4.0.2. > Please include is in HEAD? :-) Don't worry, it's already in "HEAD". Micha. --

Re: screen-devel

2005-12-18 Thread Michael Schroeder
On Mon, Dec 19, 2005 at 12:42:10AM +0900, pclouds wrote: > On 12/19/05, Michael Schroeder > <[EMAIL PROTECTED]> wrote: > > On Sat, Dec 17, 2005 at 08:30:09PM +0900, pclouds wrote: > > > I'v read somewhere that screen has stopped development, only > > > maintainance. Is it true? > > > > No! Who says

Re: screen-devel

2005-12-18 Thread pclouds
On 12/19/05, Michael Schroeder <[EMAIL PROTECTED]> wrote: > On Sat, Dec 17, 2005 at 08:30:09PM +0900, pclouds wrote: > > I'v read somewhere that screen has stopped development, only > > maintainance. Is it true? > > No! Who says such things? From http://www.gnu.org/software/screen/, you'll see a li

Re: screen-devel

2005-12-18 Thread Michael Schroeder
On Sat, Dec 17, 2005 at 08:30:09PM +0900, pclouds wrote: > I'v read somewhere that screen has stopped development, only > maintainance. Is it true? No! Who says such things? Micha. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}

Re: fFtT implementation

2005-12-18 Thread Michael Schroeder
On Fri, Dec 16, 2005 at 01:03:34PM +0100, Juergen Weigert wrote: > On Dec 16, 05 12:39:50 +0100, Rafal Maszkowski wrote: > > On Fri, Dec 16, 2005 at 12:24:19PM +0100, Juergen Weigert wrote: > > > On Dec 15, 05 21:53:55 +0100, Rafal Maszkowski wrote: > > > > > I suggest, I add you as an administrato

Re: plans

2005-12-18 Thread Matto Fransen
Hi, On Sat, Dec 17, 2005 at 12:45:38PM +0100, Rafal Maszkowski wrote: > What I plan to do is: > - include my sockdr/status patch - I use it successfully since some 2 years > - probably include Bill's patch > - applying some Linux and GNU software distributions patches > - think about more consiste