dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1111af2e1d43f6934d2613440456bb9a4b996e43
parent 5f4a2eb0077643c826966daa3a2a3bc72393692e
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon, 14 Jan 2013 22:29:30 +0100

zsh seems to work better with utf8 as 2 bit input

Diffstat:
M.Xdefaults | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -52,7 +52,7 @@ xterm*termName: xterm-256color !!!xterm*eightBitControl: false !!!xterm*eightBitOutput: true -xterm*utf8: 1 +!xterm*utf8: 1 !xterm*utf8: 2 xterm*eightBitInput: true