Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!eng.ufl.edu!joker.mil.ufl.edu!mk From: mk@joker.mil.ufl.edu (Mark Kilby) Newsgroups: comp.unix.questions Subject: Need help with "curses" screen editor Message-ID: <1991Apr29.121224.699@eng.ufl.edu> Date: 29 Apr 91 12:12:24 GMT Sender: news@eng.ufl.edu Organization: Machine Intelligence Lab, University of Florida Lines: 19 Originator: mk@joker.mil.ufl.edu I am posting this for a friend. Please E-mail responses directly to me as I don't monitor this newsgroup on a regular basis. mark mk@joker.mil.ufl.edu ------------------------------------------------------------------------ I am using curses on a Sun 3/60 and some ascii (vt100) terminals to develop a screen editor. The problem seems to be with cursor positioning. I am using wmove() and mvwaddstr() for moving the cursor and writing output to the screen. My program specifies the correct x and y locations, but the cursor seems to be off by +1 x position after the first time it is refreshed. Does anyone know if I need to initialize some curses variable or is this due to something else? Thanks in advance! Julie