home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23193 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!destroyer!caen!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!mayer
  3. From: mayer@forwiss.tu-muenchen.de (Sebastian Mayer)
  4. Subject: Re: Problems with curses-library
  5. References: <C0GEI5.JBE@ppcger.ppc.sub.org>
  6. Sender:  mayer@forwiss.tu-muenchen.de
  7. Organization: FORWISS Muenchen, Germany
  8. Date: Fri, 8 Jan 1993 09:53:43 GMT
  9. Message-ID: <1993Jan8.095343.1221@Informatik.TU-Muenchen.DE>
  10. Lines: 20
  11.  
  12. In article <C0GEI5.JBE@ppcger.ppc.sub.org> sepp@ppcger.ppc.sub.org (Josef Wolf) writes:
  13. >Hello Folks!
  14. >
  15. >I have got some problems with curseperl. I create one window and set
  16. >scrollok to 1 on that window. Every time when it comes to scroll, the
  17. >y-position of the cursor will be set to -1.
  18. >
  19. > ....
  20.  
  21.  
  22. I have had a similar problem. Sometimes Curses had a bug when changing
  23. the position of the cursor which results in the wrong y-position 1.
  24. Curses has different ways to change the cursor position. One way works
  25. with tabstops, but these aren't correctly set on my mashine (termcap bug?).
  26. so I changed 'cr_put.c' (libcurses.a) to use always the 'CM'-code (from
  27. termcap) to change the cursor position and now it works.
  28.  
  29. Hope it help's
  30. Sebastian
  31.  
  32.