On Thu, Jan 12, 2006 at 07:10:49PM +0100, Peder Stray wrote: > yes, but why doesnt 'screen foo' in .screenrc set the title, when both > 'C-a :screen foo' and 'screen -X screen foo' does? on the other hand, > 'screen foo' on the commandline from within screen does not... > > but, that has nothing with the fact that 'screen -md' ignores big parts of > my .screenrc, at least 'windowlist string "foo"', 'windowlist title > "foo"', and a few 'source foo' statements.
The windowlist commands are ignored because windowlist is marked as "NEED_DISPLAY" in comm.c by mistake. "source foo" should work. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users