Source-Changes-HG archive

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

[src/trunk]: src/share/termcap Add missing 'NC' (no color video) entry.



details:   https://anonhg.NetBSD.org/src/rev/1a412f917053
branches:  trunk
changeset: 542385:1a412f917053
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon Jan 27 19:50:20 2003 +0000

description:
Add missing 'NC' (no color video) entry.

diffstat:

 share/termcap/termcap.5 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1bab0587a79f -r 1a412f917053 share/termcap/termcap.5
--- a/share/termcap/termcap.5   Mon Jan 27 19:18:46 2003 +0000
+++ b/share/termcap/termcap.5   Mon Jan 27 19:50:20 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: termcap.5,v 1.29 2002/10/02 15:33:10 wiz Exp $
+.\"    $NetBSD: termcap.5,v 1.30 2003/01/27 19:50:20 jdc Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     from: @(#)termcap.5    8.3 (Berkeley) 4/16/94
 .\"
-.Dd April 16, 1994
+.Dd January 27, 2003
 .Dt TERMCAP 5
 .Os
 .Sh NAME
@@ -363,6 +363,7 @@
 .It "mr        str             Turn on reverse-video attribute."
 .It "ms        bool            Safe to move in standout modes."
 .It "mu        str     (o)     Memory unlock (turn off memory lock)."
+.It "NC        num             Video attributes that can't be used with colors"
 .It "nc        bool    (o)     No correctly-working"
 .Sy \&cr
 (Datamedia 2500, Hazeltine 2000).



Home | Main Index | Thread Index | Old Index