X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=6c39ed6de8003180ab2ed55a1067f3f90ee99f3a;hp=db126514deba58205e61c550d93fe0806d4a2ecc;hb=0485620c03e69b1b58a6b12e5e45c98415fc7575;hpb=2560bc3dae7f4919060c02c91a593566c908091c diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index db126514..6c39ed6d 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -33,7 +33,7 @@ **************************************************************************** * @Id: terminfo.head,v 1.32 2017/04/22 13:52:49 tom Exp @ * Head of terminfo man page ends here - * @Id: terminfo.tail,v 1.87 2017/05/05 17:54:07 tom Exp @ + * @Id: terminfo.tail,v 1.88 2017/08/12 22:26:02 tom Exp @ * Beginning of terminfo.tail file * This file is part of ncurses. * See "terminfo.head" for copyright. @@ -65,7 +65,7 @@

SYNOPSIS

-       /usr/share/terminfo/*/*
+       /usr/local/ncurses/lib/terminfo/*/*
 
 
 

DESCRIPTION

@@ -74,7 +74,7 @@
        Terminfo describes terminals by giving a set of capabilities which they
        have, by specifying how to perform screen operations, and by specifying
        padding  requirements  and  initialization  sequences.   This describes
-       ncurses version 6.0 (patch 20170603).
+       ncurses version 6.0 (patch 20170819).
 
 
 

Terminfo Entry Syntax

@@ -1284,15 +1284,15 @@
 
            An  empty directory name (i.e., if the variable begins or ends with
            a colon, or contains adjacent colons) is interpreted as the  system
-           location /usr/share/terminfo.
+           location /usr/local/ncurses/lib/terminfo.
 
        o   Finally, ncurses searches these compiled-in locations:
 
            o   a    list    of    directories   (/usr/local/ncurses/share/ter-
                minfo:/usr/share/terminfo), and
 
-           o   the system terminfo directory,  /usr/share/terminfo  (the  com-
-               piled-in default).
+           o   the system terminfo directory,  /usr/local/ncurses/lib/terminfo
+               (the compiled-in default).
 
 
 

Preparing Descriptions

@@ -2415,12 +2415,13 @@
 
 
 

FILES

-       /usr/share/terminfo/?/*  files containing terminal descriptions
+       /usr/local/ncurses/lib/terminfo/?/*
+                                files containing terminal descriptions
 
 
 

SEE ALSO

        tic(1m), infocmp(1m), curses(3x), curs_color(3x),  printf(3),  term(5).
-       term_variables(3x).
+       term_variables(3x).  user_caps(5).
 
 
 

AUTHORS