Xref: utzoo comp.sys.apollo:8360 alt.sys.sun:3165 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uwm.edu!psuvax1!psuvm!cunyvm!ndsuvm1!mtus5!aabenson From: AABENSON@MTUS5.BITNET Newsgroups: comp.sys.apollo,alt.sys.sun Subject: raw() bug in SunOS 4.1? Message-ID: <91077.110032AABENSON@MTUS5.BITNET> Date: 18 Mar 91 16:00:32 GMT Article-I.D.: MTUS5.91077.110032AABENSON References: <1991Mar14.170338.25374@pandora.matrox.com> Organization: Computing Technology Services, Michigan Technological Univ. Lines: 24 Hey everybody! I was about to write a new line editor, but I wanted to check something out first, so I made a very simple program, like this: #include #include main() { raw(); } ..and then compiled with: % cc c.c -lcurses -ltermcap % And it compiled without any problems (of course)... but, when it's run on our Sun 3/60s or 3/50s under 4.1, the next thing I see after typing a.out is a messages from our Annex, saying "CLI: Connection closed." -- anyway, if I redirect it to another tty, they go bye-bye also. Does anybody have any ideas about this? I think it's doing the effect of an "stty 0", but I don't know why... I don't have this problem from other Unix machine (that I've checked, which is to say, not very many). Thanx! If you have ideas, please send me email at: aabenson@mtu.edu PLEASE not this address. :) Thanx.