Re: screen and DISPLAY environment variable

2007-11-09 Thread samuel.leth...@intelunix.fr
Helloi You can probably use the 'at' command: at * stuff "DISPLAY=:X.Y^M" Or something like that. Bye Adam M wrote: I'm a long-time screen user, but there's one thing that's been bothering me for years that I've never found a good solution for. My typical usage is I SSH from my Windows b

Re: Opening a new window, and cd to the same directory as the current window, no matter what I'm doing

2007-10-31 Thread samuel.leth...@intelunix.fr
Aaron Davies wrote: hmm, interesting this is cumbersome, but maybe you could suspend the ssh session (, ~, ctrl-Z), say "screen", and then resume it (fg)? alternatively, someone who knows the internals could explain why it is that "screen" at the command-line behaves differently from "screen"

Opening a new window, and cd to the same directory as the current window, no matter what I'm doing

2007-10-30 Thread samuel.leth...@intelunix.fr
Hello, (by error, I've also sent this to screen-devel, and I apologize for it) Hello, As the title says i'd like to find a way to open a new window and change its CWD to the same dir as the curent window (well the 'other' one once the new window is created) So far, this is what I came up wit