home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / xpr / lncmd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-06  |  1.4 KB  |  36 lines

  1. /* $XConsortium: lncmd.h,v 10.7 91/01/06 12:16:34 rws Exp $ */
  2. /* Copyright Massachusetts Institute of Technology 1985 */
  3.  
  4. /*
  5. Permission to use, copy, modify, distribute, and sell this software and its
  6. documentation for any purpose is hereby granted without fee, provided that
  7. the above copyright notice appear in all copies and that both that
  8. copyright notice and this permission notice appear in supporting
  9. documentation, and that the name of M.I.T. not be used in advertising or
  10. publicity pertaining to distribution of the software without specific,
  11. written prior permission.  M.I.T. makes no representations about the
  12. suitability of this software for any purpose.  It is provided "as is"
  13. without express or implied warranty.
  14. */
  15.  
  16. /* lncmd.h - Command sequences DEC printers, in particular LN0x laser
  17.    printers */
  18.  
  19. /*
  20. #define LN_RIS             "\033c"  Obsolete; causes LN03+ problems
  21. */
  22. #define LN_STR             "\033[!p"
  23. #define LN_SSU             "\033[%d I"
  24. #define LN_PUM_SET         "\033[11h"
  25. #define LN_PFS             "\033[%s J"
  26. #define LN_DECSLRM         "\033[%d;%ds"
  27. #define LN_HPA             "\033[%d`"
  28. #define LN_VPA             "\033[%dd"
  29. #define LN_SIXEL_GRAPHICS  "\033P%d;%d;%dq"
  30. #define LN_ST              "\033\\"
  31. #define LN_DECOPM_SET      "\033[?52h"
  32. #define LN_DECOPM_RESET    "\033[?52I"
  33. #define LN_SGR             "\033[1%dm"
  34. #define LN_PUM             "\033[11I"
  35. #define LN_LNM             "\033[20h"
  36.