home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / maillis / xwindow / 17634 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.2 KB

  1. Path: sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
  2. From: schwamb@isi.edu (Karl Schwamb)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: Creating xterms from C
  5. Message-ID: <1992Nov19.084845.4837@sm.sony.co.jp>
  6. Date: 19 Nov 92 08:48:45 GMT
  7. Sender: daemon@sm.sony.co.jp (The devil himself)
  8. Distribution: fj
  9. Organization: USC Information Sciences Institute
  10. Lines: 24
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: 17 Nov 92 23:02:55 GMT
  14. Message-Id: <22903@venera.isi.edu>
  15. Newsgroups: comp.windows.x
  16. Sender: xpert-request@expo.lcs.mit.edu
  17.  
  18.  
  19. Gurus:
  20.  
  21. I want to create multiple xterms (or some other terminal io
  22. window) and have them act as an interface layer to a program.
  23. Ideally, I would be able to create an xterm, write strings/lines
  24. to it and get strings/lines from it.  I also want to run them
  25. in a single process w/ non-blocking I/O so I can check to see if
  26. an xterm has a line for me and if not continue doing useful
  27. work.  If that isn't restrictive enough, I'd also like the
  28. implementation to use the standard X distribution only -- i.e.,
  29. Xlib and no third party widget sets.
  30.  
  31. Any suggestions?  If this is too restrictive, what options are
  32. available with the least relaxation of the above constraints?
  33.  
  34. Thanks,
  35.  
  36. -Karl
  37.