home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / X11 / Xresources / xterm < prev   
Text File  |  1999-09-19  |  803b  |  17 lines

  1. ! /etc/X11/Xresources/xterm
  2.  
  3. ! Uncomment the following lines to make xterm appear much like a virtual
  4. ! console, so that ANSI colors will make more sense.
  5. ! XTerm*background: black
  6. ! XTerm*foreground: gray90
  7.  
  8. ! Make the backspace key generate ^? instead of ^H, per Debian keyboard policy.
  9. ! Make the delete key generate ^[[3~ instead of ^?, per Debian keyboard policy.
  10. ! Make the home and end keys appear to always be in keypad-application mode.
  11. ! Include override for BackSpace because older xterms do not understand the
  12. ! backarrowKey resource.
  13. *VT100.Translations: #override ~Meta <Key>BackSpace: string("\177")\n\
  14.                                <Key>Delete: string("\033[3~")\n\
  15.                                <Key>Home: string("\033OH")\n\
  16.                                <Key>End: string("\033OF")
  17.