Xdefaults: xterm: I can't believe UTF-8 ever worked right this way!
It's pretty clear that if I want UTF-8 to appear correctly in xterm, this has to be set to 1. I also read it should be first before the other stuff, but not sure it matters.
This commit is contained in:
parent
ffe9b5d845
commit
1e5a700ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -147,10 +147,10 @@ XTerm*multiScroll: true
|
||||||
XTerm*font: 9x15bold
|
XTerm*font: 9x15bold
|
||||||
XTerm*Scrollbar*background: white
|
XTerm*Scrollbar*background: white
|
||||||
XTerm*Scrollbar*foreground: grey
|
XTerm*Scrollbar*foreground: grey
|
||||||
|
XTerm*utf8: 1
|
||||||
XTerm*eightBitInput: false
|
XTerm*eightBitInput: false
|
||||||
XTerm*eightBitControl: false
|
XTerm*eightBitControl: false
|
||||||
XTerm*eightBitOutput: true
|
XTerm*eightBitOutput: true
|
||||||
XTerm*utf8: 0
|
|
||||||
|
|
||||||
XTerm*VT100*translations: #override \n\
|
XTerm*VT100*translations: #override \n\
|
||||||
Ctrl Meta <Key> ;: secure() \n\
|
Ctrl Meta <Key> ;: secure() \n\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue