This is what I mean:
bash: no job control in this shell
I would like to see a normal bash in each window..
jy.
2005/12/19, Folkert van Heusden <[EMAIL PROTECTED]>:
> Not entirely true:
>
> multitail -s 2 -l "/bin/bash" -l "/bin/bash" -l "/bin/bash"
> would start multitail with 3 bash-terminal
Not entirely true:
multitail -s 2 -l "/bin/bash" -l "/bin/bash" -l "/bin/bash"
would start multitail with 3 bash-terminals, splitted vertically in 2
better use the development-release as it lets you specify better how many
columns you want and how many windows per column and such
> Would it be po
Would it be possible to have a simple implementation of this, like splitvt but
vertical? I would like sometimes to have two windows side by side.
Multitail is close but does
not have any bash-like functionality.
2005/12/19, Folkert van Heusden <[EMAIL PROTECTED]>:
> >>No, it's not very difficult.
>>No, it's not very difficult. It's just a bit of work. How does your
>>patch deal with multiple horizontal/vertical Combinations, e.g. when
>>your screen looks like:
>>+--+
>>+ | +
>>+ | +
>>+
Michael Schroeder wrote:
No, it's not very difficult. It's just a bit of work. How does your
patch deal with multiple horizontal/vertical Combinations, e.g. when
your screen looks like:
+--+
+ | +
+ | +
On Dec 17, 05 09:55:05 +0100, Rafal Maszkowski wrote:
> I have created [EMAIL PROTECTED] list. Subscription via
>
> http://lists.gnu.org/mailman/listinfo/screen-devel
Thanks!
> Do we need also some screen-announce list?
Hmm. Lets wait for some responses.
Settig up things in the usual way
On Dec 18, 05 16:46:50 +0100, Michael Schroeder wrote:
> 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
On Dec 18, 05 16:44:22 +0100, Michael Schroeder wrote:
> 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 devel
On Dec 16, 05 20:49:51 +, bill wrote:
> fileio.c, at line 133: the declaration
> int
> StartRc(rcfilename, nopanic)
> char *rcfilename, int nopanic
> is a syntax error for gcc 3.4.4. ( ',' should be ';')
> After that change, I was able to compile cleanly.
oops, fixed.
thanks.