summaryrefslogtreecommitdiff
path: root/misc/display/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to display-1.2a, which incorporates our 8-bit character patch andPeter Pentchev2005-12-151-6/+4
| | | | | | | | also unconditionally uses libncurses now. Honor ${STRIP}. Notes: svn path=/head/; revision=151239
* Fix a long-standing problem with displaying characters with the 8thPeter Pentchev2004-08-271-2/+4
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=117415
* upgrade to 1.2Ying-Chieh Liao2002-03-181-15/+16
| | | | | | | | PR: 36025 Submitted by: Ports Fury Notes: svn path=/head/; revision=56282
* Add back the clrtobot() call (or rather, do not remove it),Peter Pentchev2001-08-211-8/+0
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=46593
* Update to version 1.1.Steve Price1999-11-261-59/+45
| | | | | | | | PR: 14921 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk> Notes: svn path=/head/; revision=23355
* Display runs a specified command over and over, printing the outputBill Fenner1997-11-241-0/+59
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> Notes: svn path=/head/; revision=8781