Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!hao!oddjob!gargoyle!ihnp4!homxb!ho7cad!wjc From: wjc@ho5cad.ATT.COM Newsgroups: comp.sys.att Subject: Re: Pcal on the 3B1 [cursor stuff] Message-ID: <283@ho7cad.ATT.COM> Date: 28 Feb 88 20:15:26 GMT References: <110@ureka.UUCP> Sender: nuucp@ho7cad.ATT.COM Lines: 20 In-reply-to: charlie@ureka.UUCP's message of 27 Feb 88 01:22:09 GMT In article <110@ureka.UUCP> charlie@ureka.UUCP (charlie crassi) writes: > Everything works OK except you never know where the cursor is. The > only cure I've found is to log out and back in again, then everything > is back to normal. > > Question: > > Has anybody seen this on their machine ? Do you have a fix you can > e-mail to me, Please ? > I don't use the calendar, so I don't know for sure what is happening to you. My guess, though, is that it turns off the cursor intenionally (pretty normal for a graphical interface) and then just neglects to turn it back on. If that's the case, you can do it yourself far easier than logging out. Try this from the shell level: $ echo '\033[=0C\c' # cursor on $ echo '\033[=1C\c' # cursor off Cursor visibility is a per-window attribute.