home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / 2.9-derivatives / 2.9-pro350 / incl-sys / cnio.h next >
Text File  |  1985-02-26  |  715b  |  14 lines

  1. /* These definitions are used for ioctl's that allow the pro3xx screen
  2.  * to be driven in a bit mapped mode.
  3.  */
  4. #define SIOCPLOT    (('s'<<8)|127)    /* Set screen to plot mode */
  5. #define SIOCPRNT    (('s'<<8)|126)    /* Set screen to print mode */
  6. #define SIOCGRPH    (('s'<<8)|125)    /* Do a graphics update */
  7. #define SIOCSCRL    (('s'<<8)|124)    /* Do a raw scroll, no clearing */
  8. #define SIOCSOFF    (('s'<<8)|123)    /* Set plot offset into bitmap */
  9. #define SIOCCSN        (('s'<<8)|122)    /* Turn curser on */
  10. #define SIOCCSF        (('s'<<8)|121)    /* Turn curser off */
  11. #define SIOCCSP        (('s'<<8)|120)    /* Move curser to... */
  12. #define    SIOCPLEN    (('s'<<8)|119)    /* Set memory planes enable */
  13. #define    SIOCSCM        (('s'<<8)|118)    /* Set colour map entry */
  14.