Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!unicorn!ogicse!cvedc!nosun!qiclab!m2xenix!quagga!ucthpx!oct1!olsa99!tabbs!wiggles!theo From: theo@wiggles.UUCP (T. Kramer) Newsgroups: comp.unix.questions Subject: Alternate characters at bottem right hand corner. Keywords: curses, ansi, vt100 Message-ID: <1344@wiggles.UUCP> Date: 25 Jun 90 06:58:28 GMT Sender: uucp@ucthpx (UCT Mail Administration) Reply-To: theo@wiggles.UUCP (T. Kramer) Organization: Wiggles Inc. Lines: 10 How do I get an alternate character at the bottem right hand corner of either the SCO Xenix ansi or dec vt100 terminals using curses? I want to place a bottem right hand corner character at row 25 column 80 for an ansi terminal or row 24 column 80 for a vt100 terminal. All other positions on the screen work fine. When using the tput smacs command it works ok but not via a c program that uses curses to switch the terminal into alternate character mode. Has anybody out there got a solution?