freebsd-ports/misc/display
Peter Pentchev 92b591f201 Fix a long-standing problem with displaying characters with the 8th
bit set: the return value of fgets() should NOT be kept in a signed
char variable, since passing that to addch() would sign-extend it,
setting a whole lot of attribute bits and resulting in a bold, blinking,
alt-charset display of e.g. all Cyrillic characters.  Instead, keep
fgets()'s result in an int variable, as $DEITY (dmr? :) intended.

Bump PORTREVISION for the functionality change.
2004-08-27 12:45:45 +00:00
..
files Fix a long-standing problem with displaying characters with the 8th 2004-08-27 12:45:45 +00:00
distinfo
Makefile Fix a long-standing problem with displaying characters with the 8th 2004-08-27 12:45:45 +00:00
pkg-descr