On Wed, Jun 21, 2006 at 06:53:23AM -0300, Germn Gutirrez wrote:
> If I remove the NEED_DISPLAY and then execute:
> 
> screen -dmS test -t one
> screen -S test -X at one stuff "ls `echo -ne '\015'`"
> 
> Ends with a "Dead ???" screen session

Oh right, that one liner patch is not enough. Sorry, I confused it
with a similar bugfix.

But try

    screen -S test -p one -X stuff "ls `echo -ne '\015'`"

instead, there's no need to use the 'at' command.

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

Reply via email to