Date: Fri, 27 Aug 2004 12:45:45 +0000 (UTC) From: Peter Pentchev <roam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/display Makefile ports/misc/display/files patch-aa Message-ID: <200408271245.i7RCjjC7056983@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
roam 2004-08-27 12:45:45 UTC
FreeBSD ports repository
Modified files:
misc/display Makefile
misc/display/files patch-aa
Log:
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.
Revision Changes Path
1.18 +1 -0 ports/misc/display/Makefile
1.5 +4 -2 ports/misc/display/files/patch-aa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408271245.i7RCjjC7056983>
