Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!apple!zorba!dtynan From: kstock@gouldfr.encore.fr (Kevin STOCK - MIS (Compta)) Newsgroups: comp.unix Subject: Re: curses standout() Message-ID: <3664@zorba.Tynan.COM> Date: 4 Jul 90 01:08:14 GMT Sender: dtynan@zorba.Tynan.COM Lines: 19 Approved: dtynan@zorba.Tynan.COM In-Reply-To: your article <3610@zorba.Tynan.COM> > simply doesn't work! (this function is used with standend() to make text > appear in reverse video). > i am using a TELEVIDEO model 910+, 920c and 910g type terminal, the problem > is that the function DOES work with a vt100 type terminal. Your program looked OK to me, except that refrsh() should be refresh() - I assume that's just a typo. I suspect that your termcap (or terminfo) doesn't include definitions for standout and standend. For termcap, you need to add the fields so=... and se=... (check the terminal manual for the exact sequences). ,---------------. ,-+-------------. | Kevin Stock | | E N C O R E | | | `-------------+-' kstock@gouldfr.encore.fr `---------------' kstock@gouldfr.UUCP Any opinions expressed are my own, but may be reproduced under the terms of the GNU licence. See the file COPYING at the end of this posting. :-)