Hey Hugo,
Hugo Heden writes:
> [snip]
> Is there a way to tell GNU-screen to use the "default terminal buffer"
> while still letting the programs invoked from within GNU screen use
> the "alternate terminal buffer"?
altscreen on
should be the only thing you need.
I have just tested this with
Hey Shreevatsa,
Shreevatsa R <[EMAIL PROTECTED]> writes:
> Hello,
>
> I find it inconvenient that windows are numbered 0 1 2..., while the
> keys on my keyboard are placed as 1 2 3... 9.
>
> * Is there a way to make screen's windows start with 1?
bind c screen 1
bind ^C screen 1
bind 0 select 10
Hey!
Micah Cowan <[EMAIL PROTECTED]> writes:
The typical set up is to place all normal customizations in .bashrc,
and have .bash_profile source .bashrc.
Another possibility is the that you use 'shell -bash' in your
.screenrc, that should invoke a login shell for each
'c'. :-)
br,
benny
P.S.