Path: utzoo!attcan!uunet!mcvax!hp4nl!philmds!prle!cstw01!meulenbr From: meulenbr@cstw01.UUCP (Frans Meulenbroeks) Newsgroups: comp.os.minix Subject: Re: fast terminal program Keywords: terminal rs232 Message-ID: <351@cstw01.UUCP> Date: 15 Mar 89 08:53:36 GMT References: <125@dftsrv.gsfc.nasa.gov> Reply-To: meulenbr@cstw01.UUCP (Frans Meulenbroeks) Organization: Centre for Software Technology, Philips Eindhoven Lines: 16 Thanks Ken, for posting this program. There is however one small problem in the program: The file term.c defines int rd_pid, wr_pid; both in the beginning of the file and in the beginning of main(). The latter declaration should not be there otherwise cleanup will not work and one will never be able to terminate the program. Also one suggestion for speedup: The program startup would be much much faster if one uses ioctl calls to change echo and raw, instead of using system & stty. -- Frans Meulenbroeks (meulenbr@cst.prl.philips.nl) Centre for Software Technology ( or try: ...!mcvax!philmds!prle!cst!meulenbr)