rxvtRef-definitions.yo 565 B

1234567891011121314151617181920212223
  1. COMMENT(-- $Id: rxvtRef-definitions.yo,v 1.2 1998/04/20 07:24:24 mason Exp $ --)
  2. label(Definitions)
  3. nsect(Definitions)
  4. startdl()
  5. dl(bf(tt(c)))
  6. (The literal character c.)
  7. P()\
  8. dl(bf(tt(C)))
  9. (A single (required) character.)
  10. P()\
  11. dl(bf(tt(Ps)))
  12. (A single (usually optional) numeric parameter, composed of one or
  13. more digits.)
  14. P()\
  15. dl(bf(tt(Pm)))
  16. (A multiple numeric parameter composed of any number of single numeric
  17. parameters, separated by ; character(s).)
  18. P()\
  19. dl(bf(tt(Pt)))
  20. (A text parameter composed of printable characters.)
  21. enddl()