From owner-cvs-usrbin Wed Apr 2 02:27:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21366 for cvs-usrbin-outgoing; Wed, 2 Apr 1997 02:27:32 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA21357; Wed, 2 Apr 1997 02:27:29 -0800 (PST) Date: Wed, 2 Apr 1997 02:27:29 -0800 (PST) From: John-Mark Gurney Message-Id: <199704021027.CAA21357@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/tput tput.1 tput.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/04/02 02:27:28 Modified: usr.bin/tput tput.1 tput.c Log: add comment about the brokeness of some termcap entires that require a `%' to be just that... make tput just warn about an unknown type modifier instead of breaking... this allows you to `tput init' on a tek4107... Revision Changes Path 1.2 +8 -0 src/usr.bin/tput/tput.1 1.7 +1 -1 src/usr.bin/tput/tput.c