Path: utzoo!attcan!uunet!aplcen!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!uccba!spca6!icc!ajm From: ajm@icc.com (Al Marmora) Newsgroups: comp.unix.wizards Subject: Re: curses -- write to lower right corner Summary: New feature in System V Rel 3.2 curses Keywords: curses System V.3.2 Message-ID: <1989Dec10.190625.27844@icc.com> Date: 10 Dec 89 19:06:25 GMT References: <1153@pcsbst.UUCP> <11780@smoke.BRL.MIL> Reply-To: ajm@icc.com (Al Marmora) Organization: Intercomputer Communications Corp. Lines: 15 In article <11780@smoke.BRL.MIL> gwyn@brl.arpa (Doug Gwyn) writes: >In article <1153@pcsbst.UUCP> chr@sws4 writes: >>I'm not able to write to the lower >>right corner of a vt100 terminal using curses. > >Curses cannot write on the lower right corner of any >terminal whose description advertises the "am" capability, Unless, of course, you have System V/386 Release 3.2 curses and your terminal supports inserting by character. This curses will write the character destined for the lower-right-hand corner (LRHC) in the second-to-last column, insert a character (moving the character just written into the LRHC), and then re-write the character in the second-to-last column.