Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpfcso!steve-t From: steve-t@hpfcso.FC.HP.COM (Steve Taylor) Newsgroups: comp.sys.hp Subject: Re: How to stop windows from timing out Message-ID: <7370337@hpfcso.FC.HP.COM> Date: 10 Mar 91 18:18:09 GMT References: <17127@lanl.gov> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 12 In /comp.sys.hp/ bxb@lanl.gov (Barry J. Berenberg) // asks: | My windows have this annoying habit of killing themselves if they are | inactive for some length of time (something like 30 mins, but I'm not | sure). How can I disable this "feature?" ---------- Sounds like your shell is timing out. Check the value of TMOUT (if you are using ksh). export TMOUT=0 disables this feature. The corresponding shell variable for csh is autologout. Regards, Steve taylor NOT A STATEMENT, OFFICIAL OR OTHERWISE, OF THE HEWLETT-PACKARD COMPANY.