home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19262 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  998 b 

  1. Path: sparky!uunet!hela.iti.org!usc!isi.edu!schwamb
  2. From: schwamb@isi.edu (Karl Schwamb)
  3. Newsgroups: comp.windows.x
  4. Subject: Creating xterms from C
  5. Message-ID: <22903@venera.isi.edu>
  6. Date: 17 Nov 92 23:02:55 GMT
  7. Sender: news@isi.edu
  8. Distribution: world
  9. Organization: USC Information Sciences Institute
  10. Lines: 19
  11.  
  12.  
  13. Gurus:
  14.  
  15. I want to create multiple xterms (or some other terminal io
  16. window) and have them act as an interface layer to a program.
  17. Ideally, I would be able to create an xterm, write strings/lines
  18. to it and get strings/lines from it.  I also want to run them
  19. in a single process w/ non-blocking I/O so I can check to see if
  20. an xterm has a line for me and if not continue doing useful
  21. work.  If that isn't restrictive enough, I'd also like the
  22. implementation to use the standard X distribution only -- i.e.,
  23. Xlib and no third party widget sets.
  24.  
  25. Any suggestions?  If this is too restrictive, what options are
  26. available with the least relaxation of the above constraints?
  27.  
  28. Thanks,
  29.  
  30. -Karl
  31.