File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -105,21 +105,19 @@ C<~/.Xdefaults>. Here is a sample configuration that supports displaying enough
105
105
of unicode to program in Perl 6:
106
106
107
107
= begin code :lang<.Xdefaults>
108
- XTerm*combiningChars: 0
109
108
XTerm*faceName: xft:Noto Mono:style=Regular
110
109
XTerm*faceNameDoublesize: xft:Noto Emoji:style=Regular
111
110
XTerm*faceSize: 10
112
111
XTerm*locale: UTF-8
113
112
XTerm*titleModes: 16
114
- XTerm*useClipping: false
115
113
XTerm*utf8: 1
116
114
XTerm*utf8Fonts: 1
117
115
XTerm*utf8Title: true
118
116
= end code
119
117
120
118
= head2 URxvt
121
119
122
- Similarly to xterm , unicode support is enabled in URxvt primarily by setting
120
+ Similarly to XTerm , unicode support is enabled in URxvt primarily by setting
123
121
its C < locale > option to C < en_US.UTF-8 > in C < ~/.Xdefaults > . Here is a sample
124
122
configuration that supports displaying enough of unicode to program in Perl 6:
125
123
You can’t perform that action at this time.
0 commit comments