From: Simon Ruderich Date: Sun, 26 Jul 2009 22:33:00 +0000 (+0200) Subject: Xdefaults: Whitespace changes for more consistency. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=3fa1037f878f2d09372ba7e5a535e85e77c3a170;p=config%2Fdotfiles.git Xdefaults: Whitespace changes for more consistency. --- diff --git a/Xdefaults.in b/Xdefaults.in index b5572a8..19d3cd4 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -13,14 +13,15 @@ Term*cursorColor: #ffff66 ! Use the meta-key as expected by emacs/irssi. XTerm*metaSendsEscape: true + +! Use 256 colors in XTerm. +XTerm.termName: xterm-256color + ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in ! #stumpwm on Freenode (2009-05-18 22:05). !XTerm*allowSendEvents: true -! Use 256 colors in XTerm. -XTerm.termName: xterm-256color - ! Main console colors. Term*color0: #000000 Term*color1: #ff0000