#
PORTNAME= cdiff
PORTVERSION= 1.4
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
.It Fl m
Use bold, reverse and underline codes (for monochrome terminals).
.El
.Bl -tag -width CDIFFCOLORS
.It Ev CDIFFCOLORS
The color codes used to add. Default is 1:34:31:35, for lines begin with "@", "-", "+" and "!".
.Sh AUTHORS
.Nm
was written by
shift;
CODES="4:7:1:1"
else
CODES="1:34:31:35"
if [ "$CDIFFCOLORS" != "" ]; then
CODES=$CDIFFCOLORS
fi
(if [ "$1" != "" ]; then
while [ "$1" != "" ]; do