Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcuhb!hp-ses!bd From: bd@hp-ses.SDE.HP.COM (Bob Desinger) Newsgroups: comp.sys.hp Subject: Re: UNIX C compilers and ANSI C Message-ID: <920018@hp-ses.SDE.HP.COM> Date: 4 Feb 89 00:22:51 GMT References: <356@ists.ists.ca> Organization: HP Software Engineering Systems, Palo Alto Lines: 15 Pierre Mathieu (mathieu@ists.ists.ca) asks: > On a second note, I have unsuccessfully tried to figure out what > the form of the tset command should be so that it will properly > detect the terminal type when rlogin is used from another machine > over an Ethernet link. To find out what's being used, put this line at the top of your .profile (or .login) file on the remote system: echo TERM == $TERM The value that gets printed is what you can use as an argument to tset's -m option. -- bd