Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!wmark From: wmark@wb3ffv.ampr.org (Mark Winsor) Newsgroups: comp.unix.programmer Subject: Re: Turning off the curser. Summary: Not everyone has ansi terminals ... Keywords: curses curser Message-ID: <3791@wb3ffv.ampr.org> Date: 17 Dec 90 05:24:44 GMT References: <21@talgras.UUCP> <2600@sixhub.UUCP> Distribution: usa Organization: Advanced Business Solutions - Baltimore , MD Lines: 14 > | This is on Sys V 386 using curses. I have a nice menu but the blinking > | curser makes it look messy. > > ANSI escapes: > > \033[=12;10C # cursor off > \033[=10;12C # cursor on Use curs_set(0) for sys5.3 (Can't vouch for others. 0 turns off the curser 1 turns it to normal, and 2 turns it super-visible). Mark S. Winsor Systems Analyst ProVAR, Inc.