Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tput Note in the BUGS section that some termcap entr...



details:   https://anonhg.NetBSD.org/src/rev/9b57821f22e6
branches:  trunk
changeset: 565110:9b57821f22e6
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Mar 29 20:56:24 2004 +0000

description:
Note in the BUGS section that some termcap entries don't have
reset capabilities, so use init instead.
Part of the fix for PR misc/11052

diffstat:

 usr.bin/tput/tput.1 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 9a2a50a3c510 -r 9b57821f22e6 usr.bin/tput/tput.1
--- a/usr.bin/tput/tput.1       Mon Mar 29 20:52:38 2004 +0000
+++ b/usr.bin/tput/tput.1       Mon Mar 29 20:56:24 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tput.1,v 1.12 2003/08/07 11:16:45 agc Exp $
+.\"    $NetBSD: tput.1,v 1.13 2004/03/29 20:56:24 jdc Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)tput.1     8.2 (Berkeley) 3/19/94
 .\"
-.Dd March 19, 1994
+.Dd March 29, 2004
 .Dt TPUT 1
 .Os
 .Sh NAME
@@ -131,3 +131,6 @@
 .Sh BUGS
 .Nm
 can't really distinguish between different types of attributes.
+.Pp
+Not all termcap entries contain the reset sequence, so using the init
+sequence may be more useful.



Home | Main Index | Thread Index | Old Index