X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_terminfo.3x.html;h=b052f9639acacd737c56d25ad3472011a5fcafe3;hp=11c211d9ec260c7c664049a53f044974284d6c45;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/doc/html/man/curs_terminfo.3x.html b/doc/html/man/curs_terminfo.3x.html index 11c211d9..b052f963 100644 --- a/doc/html/man/curs_terminfo.3x.html +++ b/doc/html/man/curs_terminfo.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_terminfo.3x,v 1.76 2021/09/04 19:58:03 tom Exp @ + * @Id: curs_terminfo.3x,v 1.79 2021/12/25 21:34:58 tom Exp @ * *************************************************************************** * *************************************************************************** * *************************************************************************** @@ -43,7 +43,7 @@ curs_terminfo 3x - +

curs_terminfo 3x

@@ -289,7 +289,7 @@ o pair of type short for the color-pair number. The vid_attr and vid_puts routines are designed to use the attribute - constants with the WA_ prefix. + constants with the WA_ prefix. X/Open Curses reserves the opts argument for future use, saying that applications must provide a null pointer for that argument. As an ex- @@ -301,7 +301,7 @@ While putp and mvcur are low-level functions which do not use the high- level curses state, they are declared in <curses.h> because SystemV did - this (see HISTORY). + this (see HISTORY).

Terminal Capability Functions

@@ -379,7 +379,7 @@
 
 

Compatibility macros

        This  implementation  provides a few macros for compatibility with sys-
-       tems  before  SVr4  (see  HISTORY).   Those  include  crmode,  fixterm,
+       tems  before  SVr4  (see  HISTORY).   Those  include  crmode,  fixterm,
        gettmode, nocrmode, resetterm, saveterm, and setterm.
 
        In  SVr4,  those  are  found in <curses.h>, but except for setterm, are
@@ -475,7 +475,7 @@
 
        There are other low-level functions declared in the curses header files
        on Unix systems, but none were documented.  The functions marked "obso-
-       lete" remained in use by the Unix vi editor.
+       lete" remained in use by the Unix vi(1) editor.
 
 
 

PORTABILITY