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