Re: Screen windows numbered from 0

2007-12-27 Thread Benjamin Andresen
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

Screen windows numbered from 0

2007-12-26 Thread Shreevatsa R
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? * If this is not possible, then I guess the solution is to have a dummy window 0 open, and ignore it. Is it possible,