non port: misc/display/files/patch-aa |
SVNWeb
|
Number of commits found: 5 |
Thu, 20 Mar 2014
|
[ 00:09 mat ]
- Convert to staging
- Cleanup unneeded bits in the Makefile
- Patch a bit more to fix compiler warnings
- While there, rename patches to follow makepatch naming.
Sponsored by: Absolight
|
Thu, 15 Dec 2005
|
[ 12:54 roam ]
Update to display-1.2a, which incorporates our 8-bit character patch and
also unconditionally uses libncurses now.
Honor ${STRIP}.
|
Fri, 27 Aug 2004
|
[ 12:45 roam ]
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.
|
Mon, 18 Mar 2002
|
[ 03:42 ijliao ]
upgrade to 1.2
PR: 36025
Submitted by: Ports Fury
|
Tue, 21 Aug 2001
|
[ 15:53 roam ]
Add back the clrtobot() call (or rather, do not remove it), so display(1)
works correctly when a command produces less output than the previous one.
|
Number of commits found: 5 |