Commit graph

8 commits

Author SHA1 Message Date
Peter Pentchev
6e7d9074cf Update to display-1.2a, which incorporates our 8-bit character patch and
also unconditionally uses libncurses now.
Honor ${STRIP}.
2005-12-15 12:54:25 +00:00
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
Ying-Chieh Liao
5373fef5c7 upgrade to 1.2
PR:		36025
Submitted by:	Ports Fury
2002-03-18 03:42:55 +00:00
Peter Pentchev
8ef3a7361e 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.

PR:		28405
Submitted by:	Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
2001-08-21 14:53:00 +00:00
Kris Kennaway
9f29f5a57e Respect CC 2000-01-21 09:01:10 +00:00
Steve Price
63e8450b5e Update to version 1.1.
PR:		14921
Submitted by:	Dominic Mitchell <dom@palmerharvey.co.uk>
1999-11-26 17:43:20 +00:00
Steve Price
bbe911c66e Cleanup extra characters that are sometimes left behind when the
output shortens.

PR:		7900
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1998-09-19 22:44:16 +00:00
Bill Fenner
65cf88075b Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line.  The output
from the command had better fit on a single screen, of course.

PR:		ports/4384
Submitted by:	Stephen J. Roznowski <sjr@home.net>
1997-11-24 00:26:01 +00:00