Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!alchemy!prisma!fred From: fred@prisma.cv.ruu.nl (Fred Appelman) Newsgroups: comp.sys.hp Subject: Re: How to stop windows from timing out Message-ID: Date: 10 Mar 91 17:23:52 GMT References: <17127@lanl.gov> Organization: University of Utrecht, 3D Computer Vision, The Netherlands Lines: 14 In <17127@lanl.gov> bxb@lanl.gov (Barry J. Berenberg) writes: >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). It's probably not your window which is killing itself. I assume you are running a csh in this window. The csh has a feature called autologout, which is enabled by default. HP has enabled autologout in the /etc/csh.login. Just type unset autologout and your window will no longer autologout by itself. Fred