Path: utzoo!attcan!utgpu!watmath!att!dptg!rutgers!njin!jvnca!njitgw!mars.njit.edu!frank5 From: frank5@mars.njit.edu (Frank D. Greco CIS Adj. Prof.) Newsgroups: comp.unix.questions Subject: pipe to screen process Message-ID: <682@njitgw.njit.edu> Date: 17 Aug 89 03:13:04 GMT Sender: news@njitgw.njit.edu Reply-To: frank5@mars.njit.edu (Frank D. Greco CIS Adj. Prof.) Organization: New Jersey Institute of Technology Lines: 18 Is it possible to front end a screen-driven process (e.g., emacs, vi, etc) via pipes? I was attempting to wrap a generic front end around some Unix tools when I came to the realization that things that put the terminal in raw mode wouldn't work too well... I first thought of using pseudo ttys (I'm on a Sun using X Window), but that implies that there will be two pseudo tty's active, one for the terminal emulator (xterm) and one for my program. At first blush, that would seem to be very inefficient (to say the least). I could create another window/pseudo tty but that would be inconsistent for the user. Does anyone have any suggestions? Thanks all. Frank Please respond by email...