summaryrefslogtreecommitdiff
path: root/usr.bin/cal/Makefile
AgeCommit message (Collapse)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
OK: core@, jdc@
2003-06-05Add -h to cal, which makes it highlight the current date, if it'satatat
present in the displayed calender. It uses libtermcap to discover the proper sequences to turn on bold, or uses overstriking if output is not to a terminal. If you use two -h options with terminal output, the date is presented in reverse video instead of bold. Next we'll have to make the Gregorian gap vary with TZ settings, since the current method (do it only for September 1752) is decidely Anglo-centric. ;-P
1995-03-26merged with 4.4Liteglass
1993-07-31Add RCS indentifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd