rxvtRef-values.yo 961 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. COMMENT(-- $Id: rxvtRef-values.yo,v 1.2 1998/04/20 07:24:26 mason Exp $ --)
  2. label(Values)
  3. nsect(Values)
  4. startdl()
  5. dl(bf(tt(ENQ)))
  6. (Enquiry (Ctrl-E) = Send Device Attributes (DA) nl()\
  7. request attributes from terminal == link(ESC[Psc)(ESCOBPsc))
  8. P()\
  9. dl(bf(tt(BEL)))
  10. (Bell (Ctrl-G))
  11. P()\
  12. dl(bf(tt(BS)))
  13. (Backspace (Ctrl-H))
  14. P()\
  15. dl(bf(tt(TAB)))
  16. (Horizontal Tab (HT) (Ctrl-I))
  17. P()\
  18. dl(bf(tt(LF)))
  19. (Line Feed or New Line (NL) (Ctrl-J))
  20. P()\
  21. dl(bf(tt(VT)))
  22. (Vertical Tab (Ctrl-K) same as bf(tt(LF)))
  23. P()\
  24. dl(bf(tt(FF)))
  25. (Form Feed or New Page (NP) (Ctrl-L) same as bf(tt(LF)))
  26. P()\
  27. dl(bf(tt(CR)))
  28. (Carriage Return (Ctrl-M))
  29. P()\
  30. dl(bf(tt(SO)))
  31. (Shift Out (Ctrl-N), invokes the G1 character set. nl()\
  32. Switch to Alternate Character Set)
  33. P()\
  34. dl(bf(tt(SI)))
  35. (Shift In (Ctrl-O), invokes the G0 character set (the default) nl()\
  36. Switch to Standard Character Set)
  37. P()\
  38. dl(bf(tt(SPC)))
  39. (Space Character)
  40. enddl()