X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftset.1.html;h=e68112f815be09c409aaad58e28e2c0ba24e658f;hp=ec54a3041058ef338a7fd3d2528a835c96dc4fcb;hb=092f1e4b79bca1d1cd3e24baa7abc3ad4cea8420;hpb=aabb3a65ee5d88949abe529b5131adedb9cfab84 diff --git a/doc/html/man/tset.1.html b/doc/html/man/tset.1.html index ec54a304..e68112f8 100644 --- a/doc/html/man/tset.1.html +++ b/doc/html/man/tset.1.html @@ -1,6 +1,6 @@ @@ -45,21 +45,20 @@ - -

NAME

+

NAME

        tset, reset - terminal initialization
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        tset  [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping]
        [terminal]
        reset [-IQVcqrsw] [-] [-e ch] [-i ch] [-k ch] [-m mapping]
        [terminal]
 
 
-
-

DESCRIPTION

+

DESCRIPTION

+
+

tset - initialization

        Tset  initializes  terminals.   Tset  first determines the
        type of terminal that you are using.   This  determination
        is done as follows, using the first terminal type found.
@@ -99,6 +98,8 @@
        versus  the  other  initialization.   If neither option is
        given, both are assumed.
 
+
+

reset - reinitialization

        When invoked as reset, tset sets cooked  and  echo  modes,
        turns  off cbreak and raw modes, turns on newline transla-
        tion and resets any  unset  special  characters  to  their
@@ -114,6 +115,8 @@
        the abnormal state.  Also, the  terminal  will  often  not
        echo the command.
 
+
+

OPTIONS

        The options are as follows:
 
        -c   Set control characters and modes.
@@ -158,8 +161,7 @@
        tion, i.e., control-h may be specified as "^H" or "^h".
 
 
-
-

SETTING THE ENVIRONMENT

+

SETTING THE ENVIRONMENT

        It is often desirable  to  enter  the  terminal  type  and
        information  about  the  terminal's  capabilities into the
        shell's environment.  This is done using the -s option.
@@ -176,8 +178,7 @@
            eval `tset -s options ... `
 
 
-
-

TERMINAL TYPE MAPPING

+

TERMINAL TYPE MAPPING

        When the terminal is not hardwired into the system (or the
        current system information is incorrect) the terminal type
        derived  from the /etc/ttys file or the TERM environmental
@@ -236,16 +237,14 @@
        marks ("!").
 
 
-
-

HISTORY

+

HISTORY

        The tset command appeared in BSD 3.0.  The ncurses  imple-
        mentation  was lightly adapted from the 4.4BSD sources for
        a terminfo environment by Eric S. Raymond <esr@snark.thyr-
        sus.com>.
 
 
-
-

COMPATIBILITY

+

COMPATIBILITY

        The  tset  utility has been provided for backward-compati-
        bility with BSD environments (under  most  modern  UNIXes,
        /etc/inittab  and  getty(1) can set TERM appropriately for
@@ -286,8 +285,7 @@
        of tset has been removed.
 
 
-
-

ENVIRONMENT

+

ENVIRONMENT

        The tset command uses these environment variables:
 
        SHELL
@@ -304,8 +302,7 @@
             looking for the terminal description.
 
 
-
-

FILES

+

FILES

        /etc/ttys
             system  port  name  to terminal type mapping database
             (BSD versions only).
@@ -314,12 +311,11 @@
             terminal capability database
 
 
-
-

SEE ALSO

+

SEE ALSO

        csh(1),   sh(1),   stty(1),   curs_terminfo(3x),   tty(4),
        terminfo(5), ttys(5), environ(7)
 
-       This describes ncurses version 5.9 (patch 20150523).
+       This describes ncurses version 6.0 (patch 20160402).
 
 
 
@@ -329,7 +325,13 @@