From owner-freebsd-questions Thu Nov 28 23:53:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04960 for questions-outgoing; Thu, 28 Nov 1996 23:53:59 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA04953 for ; Thu, 28 Nov 1996 23:53:57 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.3/8.6.12) with SMTP id XAA07014; Thu, 28 Nov 1996 23:57:01 -0800 (PST) Date: Thu, 28 Nov 1996 23:57:01 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Kent Vander Velden cc: questions@freebsd.org Subject: Re: where is tset? In-Reply-To: <9611240512.AA18076@spiff.cc.iastate.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 23 Nov 1996, Kent Vander Velden wrote: > > Where is tset being called from when a person logs into a freebsd box? > This is causing some reall annoyances when I telnet from a xterm and > after I login the tab stops are messed up on anything except a 80 column > screen. This causes the first character of each line to be the extra me > last character of the previous line except for the first line. I use > tcsh if that matters. I have grepped in /etc/ ~/. /usr/share/skel, etc > and have yet to find where this is being called from. You missed it. It's in .login. #csh .login file set noglob ----------> eval `tset -s -m 'network:?xterm'` unset noglob stty status '^T' crt -tostop if (-x /usr/games/fortune) /usr/games/fortune Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major