Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 1996 23:57:01 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Kent Vander Velden <graphix@iastate.edu>
Cc:        questions@freebsd.org
Subject:   Re: where is tset?
Message-ID:  <Pine.BSI.3.94.961128235626.6933K-100000@gdi.uoregon.edu>
In-Reply-To: <9611240512.AA18076@spiff.cc.iastate.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961128235626.6933K-100000>