home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apollo / 3426 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!wupost!usc!sdd.hp.com!apollo.hp.com!netnews
  3. From: ganek@apollo.hp.com (Dan Ganek)
  4. Subject: Re: Idle nodes? (was Re: automatic screen turn-off)
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <BtyI7u.AJv@apollo.hp.com>
  7. Date: Wed, 2 Sep 1992 15:11:53 GMT
  8. References: <1992Sep1.041400.11601@ucc.su.OZ.AU> <BtwMGy.EG0@apollo.hp.com> <5ae9c237.1b2f0@digital.sps.mot.com>
  9. Nntp-Posting-Host: menage_a_trois.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  11. Lines: 17
  12.  
  13. In article <5ae9c237.1b2f0@digital.sps.mot.com> chen@digital.sps.mot.com (Jinfu Chen) writes:
  14. >In article <BtwMGy.EG0@apollo.hp.com> ganek@apollo.hp.com (Dan Ganek) writes:
  15. >>    PROCEDURE gpr_$video_ctl()
  16. >>  
  17. >>This replaced smd_$video_ctl.
  18. >
  19. >Is there any call to let user find out no keyboard/mouse event has happened
  20. >during a specific time?  If such a call is available I can modify a screen
  21. >lock program to automatically lock a screen when the node has idled for some
  22. >time.
  23.  
  24. No call, but an eventcount, smd_$input_ec (whose ordinal value is 0)
  25. This eventcount is advanced whenever an input event is received.
  26. It may also be advanced at some other times but those times are rare.
  27.  
  28.  
  29. /dan
  30.