X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterminfo.5.html;h=05e2f9cef02a8d59e46316d7fddb2aff2a6c6be8;hp=2772b5885bbeba8bf764b03c6c90c4b36da43944;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=a05f3a78195a9d85a5b3e612197bdbf1a348dac0 diff --git a/doc/html/man/terminfo.5.html b/doc/html/man/terminfo.5.html index 2772b588..05e2f9ce 100644 --- a/doc/html/man/terminfo.5.html +++ b/doc/html/man/terminfo.5.html @@ -5,7 +5,7 @@ * Note: this must be run through tbl before nroff. * The magic cookie on the first line triggers this under some man programs. **************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -31,9 +31,9 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: terminfo.head,v 1.35 2018/07/28 22:29:09 tom Exp @ + * @Id: terminfo.head,v 1.36 2019/07/13 23:17:33 tom Exp @ * Head of terminfo man page ends here - * @Id: terminfo.tail,v 1.93 2019/06/01 22:32:15 tom Exp @ + * @Id: terminfo.tail,v 1.95 2019/07/13 23:29:04 tom Exp @ * Beginning of terminfo.tail file * This file is part of ncurses. * See "terminfo.head" for copyright. @@ -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.1 (patch 20190623). + ncurses version 6.1 (patch 20190713).

Terminfo Entry Syntax

@@ -124,7 +124,7 @@
        ing  up the terminal should have a root name, thus "hp2621".  This name
        should not contain hyphens.  Modes that the hardware can be in, or user
        preferences,  should be indicated by appending a hyphen and a mode suf-
-       fix.  Thus, a vt100 in 132 column mode would be vt100-w.  The following
+       fix.  Thus, a vt100 in 132-column mode would be vt100-w.  The following
        suffixes should be used where possible:
 
             Suffix                  Meaning                   Example
@@ -1902,10 +1902,14 @@
               run the program
                      iprog
 
-              output is1 is2
+              output
+                     is1 and
+                     is2
 
               set the margins using
-                     mgc, smgl and smgr
+                     mgc or
+                     smglp and smgrp or
+                     smgl and smgr
 
               set tabs using
                      tbc and hts
@@ -1913,8 +1917,8 @@
               print the file
                      if
 
-              and finally
-                     output is3.
+              and finally output
+                     is3.
 
        Most initialization is done with is2.  Special terminal  modes  can  be
        set  up  without duplicating strings by putting the common sequences in
@@ -1922,14 +1926,14 @@
 
        A set of sequences that does a harder  reset  from  a  totally  unknown
        state can be given as rs1, rs2, rf and rs3, analogous to is1 , is2 , if
-       and is3 respectively.  These strings are output by  the  reset  program
-       (an  alias of tset), which is used when the terminal gets into a wedged
-       state.  Commands are normally placed in rs1, rs2 rs3  and  rf  only  if
-       they  produce annoying effects on the screen and are not necessary when
-       logging in.  For example, the command to set the vt100  into  80-column
-       mode would normally be part of is2, but it causes an annoying glitch of
-       the screen and is not normally needed since  the  terminal  is  usually
-       already in 80 column mode.
+       and is3 respectively.  These strings are  output  by  reset  option  of
+       tput,  or  by  the reset program (an alias of tset), which is used when
+       the terminal gets into a wedged state.  Commands are normally placed in
+       rs1, rs2 rs3 and rf only if they produce annoying effects on the screen
+       and are not necessary when logging in.  For example, the command to set
+       the  vt100  into  80-column  mode would normally be part of is2, but it
+       causes an annoying glitch of the screen  and  is  not  normally  needed
+       since the terminal is usually already in 80-column mode.
 
        The  reset  program  writes  strings including iprog, etc., in the same
        order as the init program, using rs1, etc., instead of  is1,  etc.   If
@@ -2146,7 +2150,6 @@
                     green     COLOR_GREEN       2     0,max,0
                     yellow    COLOR_YELLOW      3     max,max,0
                     blue      COLOR_BLUE        4     0,0,max
-
                     magenta   COLOR_MAGENTA     5     max,0,max
                     cyan      COLOR_CYAN        6     0,max,max
                     white     COLOR_WHITE       7     max,max,max