Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix Subject: Re: Setting TERM Message-ID: <2776@sun.uucp> Date: Tue, 10-Sep-85 04:06:00 EDT Article-I.D.: sun.2776 Posted: Tue Sep 10 04:06:00 1985 Date-Received: Wed, 11-Sep-85 20:07:56 EDT References: <180@ukecc.UUCP> <56@cbnap.UUCP> <184@graffiti.UUCP> Organization: Sun Microsystems, Inc. Lines: 14 > I would think that if all the terminals were ANSI standard you wouldn't need > to find the terminal type, and you could throw termcap/terminfo out. Nope. I don't think the committee that did X3.64 expected all compliant terminals to implement every single control sequence in the standard (there are control sequences to tell a typesetter how to hyphenate, among other things). Being X3.64 compliant merely means that what control sequences you *do* implement are the X3.64 ones, if there is an X3.64 version of the one you want. A very popular escape sequence on the VT100 sets up a subregion of the screen as a scrolling region. This is not in X3.64, so other X3.64 terminals need not implement it. An X3.64 terminal need not implement, say, the insert/delete line/character sequences, either. Guy Harris