X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftset.1.html;h=81a75bceee68b457e9caba47dd10b931268509a0;hp=db6272e13ce1257734e73b0be07d263d7c4cf471;hb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;hpb=45a2b5bc1a4536173178e9907feb268c708797c7 diff --git a/doc/html/man/tset.1.html b/doc/html/man/tset.1.html index db6272e1..81a75bce 100644 --- a/doc/html/man/tset.1.html +++ b/doc/html/man/tset.1.html @@ -1,6 +1,6 @@ - @@ -259,27 +259,21 @@

HISTORY

-       A reset command appeared in 2BSD (April 1979), written by Kurt  Shoens.
+       A reset command appeared in 1BSD (March 1978), written by Kurt  Shoens.
        This  program set the erase and kill characters to ^H (backspace) and @
        respectively.  Mark Horton improved that in 3BSD (October 1979), adding
        intr,  quit,  start/stop  and  eof  characters  as well as changing the
-       program to avoid modifying any user settings.
+       program to avoid modifying any user settings.  That  version  of  reset
+       did not use the termcap database.
 
-       Later in 4.1BSD (December 1980), Mark Horton added a call to  the  tset
-       program  using  the  -I and -Q options, i.e., using that to improve the
-       terminal modes.  With those options, that version of reset did not  use
-       the termcap database.
+       A  separate tset command was provided in 1BSD by Eric Allman, using the
+       termcap database.  Allman's comments in the source code  indicate  that
+       he began work in October 1977, continuing development over the next few
+       years.
 
-       A separate tset command was provided in 2BSD by Eric Allman.  While the
-       oldest published source (from  1979)  provides  both  tset  and  reset,
-       Allman's  comments  in the 2BSD source code indicate that he began work
-       in October 1977, continuing development over the next few years.
-
-       In September 1980, Eric Allman modified tset, adding the code from  the
-       existing  "reset"  feature when tset was invoked as reset.  Rather than
-       simply copying the existing program, in this merged version, tset  used
-       the  termcap  database  to  do  additional  (re)initialization  of  the
-       terminal.  This version appeared in 4.1cBSD, late in 1982.
+       According to comments in the source code, the tset program was modified
+       in  September  1980,  to use logic copied from the 3BSD "reset" when it
+       was invoked as reset.  This version appeared in 4.1cBSD, late in 1982.
 
        Other developers (e.g., Keith Bostic and Jim Bloom) continued to modify
        tset until 4.4BSD was released in 1993.
@@ -391,7 +385,7 @@
        csh(1),   sh(1),   stty(1),   curs_terminfo(3x),  tty(4),  terminfo(5),
        ttys(5), environ(7)
 
-       This describes ncurses version 6.2 (patch 20210515).
+       This describes ncurses version 6.2 (patch 20210821).