[comp.windows.open-look] X-View ttysw problem

871579l@aucs.AcadiaU.ca (Todd Lowe) (04/01/91)

I'm having problems programming ttysw windows in Xview.

No manual so I hope this is something someone can answer easily.

I create a frame and then put a termsw in the frame. After this I
can set the command for the termsw easily by using 
xv_set(termsw,TTY_ARGV,my_argv,NULL);

This works fine for 1 termsw.  If I create two (on seperate frames)
then I start getting problems. I can only set TTY_ARGV for the first
termsw created, and I get the following error every time I set it.

ttysw-TIOCSPGRP: Interrupted system call

Can anyone tell me what the error is, and if you have any ideas 
why I may be getting it?  Is it possible that I can only have
one termsw??

-Todd lowe