Skip to content

Commit 93dbf02

Browse files
committed
Remove a couple unnecessary lines from XTerm's unicode config
1 parent a22d3d0 commit 93dbf02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/Language/unicode_entry.pod6

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,19 @@ C<~/.Xdefaults>. Here is a sample configuration that supports displaying enough
105105
of unicode to program in Perl 6:
106106
107107
=begin code :lang<.Xdefaults>
108-
XTerm*combiningChars: 0
109108
XTerm*faceName: xft:Noto Mono:style=Regular
110109
XTerm*faceNameDoublesize: xft:Noto Emoji:style=Regular
111110
XTerm*faceSize: 10
112111
XTerm*locale: UTF-8
113112
XTerm*titleModes: 16
114-
XTerm*useClipping: false
115113
XTerm*utf8: 1
116114
XTerm*utf8Fonts: 1
117115
XTerm*utf8Title: true
118116
=end code
119117
120118
=head2 URxvt
121119
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
123121
its C<locale> option to C<en_US.UTF-8> in C<~/.Xdefaults>. Here is a sample
124122
configuration that supports displaying enough of unicode to program in Perl 6:
125123

0 commit comments

Comments
 (0)