* Christian Ebert had this to say on [18 Feb 2010, 13:58:03 +0100]:
> Hello,
>
> I'm using latest git revision of screen. In one of the latest
> changesets launching screen with e.g. "screen 4 [program]"
> stopped to work -- still works from within screen.
>
> Any suspects or should I bisect?
I could only reproduce this problem when the client screen (i.e. the
screen in 'screen 4 [program]') is of a different version from the
screen server it tries to connect to (both are 4.1.0devel, but of
different revisions)
Using the same revision, both the following rc works:
screen 4 man man
and
screen
stuff 'screen 4 man man
'
As for the reason, I think revision 8147d086 is causing this, since it
changed the size of struct msg.
Cheers,
Sadrul