cvs commit: ports/misc/display Makefile ports/misc/display/files patch-aa

Peter Pentchev roam at FreeBSD.org
Fri Aug 27 05:45:45 PDT 2004


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


More information about the cvs-ports mailing list