Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!usage.csd.unsw.oz.au!usage.csd!lambert From: lambert@spectrum.cs.unsw.oz.au (Tim Lambert) Newsgroups: comp.sys.apollo Subject: Re: pad_$ calls Message-ID: Date: 12 Sep 90 03:20:21 GMT References: <25517.26ecc59e@kuhub.cc.ukans.edu> Sender: news@usage.csd.unsw.oz.au Organization: EE & CS, Uni of NSW, Australia Lines: 17 In-reply-to: michal@kuhub.cc.ukans.edu's message of 11 Sep 90 16:08:13 GMT >>>>> On 11 Sep 90 16:08:13 GMT, michal@kuhub.cc.ukans.edu said: > 1. How does one place a cursor in a window using the pad_$ calls ? From the DM I make the window invisible, then visible, so I suppose you could do the same things with pad_$ calls. Or you could just do pad_$dm_command to move the cursor. > 2. How does one put a name in a window ? When you use cp you can > specify -n processname which will appear in the top left hand corner > in the window. How to do it from pad_$. ? You give it a name when you use pad_$create_window. This also creates a file, so you need to cd to /tmp and then unlink the file after you create the window. Tim