Newsgroups: comp.unix.questions Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!m.cs.uiuc.edu!ibma0.cs.uiuc.edu!ux1.cso.uiuc.edu!uicbert.eecs.uic.edu!lam From: lam@uicbert.eecs.uic.edu (Michael Lam) Subject: naive question about turning off cursor Message-ID: <1991Mar26.172018.2133@uicbert.eecs.uic.edu> Organization: University of Illinois at Chicago Distribution: comp Date: Tue, 26 Mar 91 17:20:18 GMT Lines: 11 Does anyone know how to turn off the cursor while running a C program, maybe using curses.h. I have read about curs_set in the curses document but I got a ld error saying curs_set not found during linking. It seems like curs_set is coming from of system V, but I am using SunOs 4.1 and it has no . I tried calling leaveok(stdscr,TRUE) but it does not turn the cursor off. Any comment will be very much appreciated. -Michael