curses?
John M. Sully
jmsully at uport.UUCP
Thu Nov 24 06:43:01 AEST 1988
In article <186 at djs.UUCP> samperi at djs.UUCP (Dominick Samperi) writes:
|The Microport curses package seems to have a few problems. Screens don't
|seem to get cleared when they are supposed to, and it seems to be
|impossible to display a window with a non-blank charactar in the lower
|right hand corner. For example, after calling box(win, '|', '-'),
|followed by wrefresh(win), you get something like this:
|
| |-------------|
| | |
| | |
| | |
| | |
| | |
| |-|-----------
|
I only have an answer to the box problem, but it is fairly simple. This is
not a problem with curses, rather it is a bug in the "rep" capability of the
console driver. Removing "rep" from the console terminfo definition will
fix this problem.
John M. Sully
More information about the Comp.unix.microport
mailing list