Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a couple unnecessary lines from XTerm's unicode config
  • Loading branch information
Kaiepi committed Jul 1, 2019
1 parent a22d3d0 commit 93dbf02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/Language/unicode_entry.pod6
Expand Up @@ -105,21 +105,19 @@ C<~/.Xdefaults>. Here is a sample configuration that supports displaying enough
of unicode to program in Perl 6:
=begin code :lang<.Xdefaults>
XTerm*combiningChars: 0
XTerm*faceName: xft:Noto Mono:style=Regular
XTerm*faceNameDoublesize: xft:Noto Emoji:style=Regular
XTerm*faceSize: 10
XTerm*locale: UTF-8
XTerm*titleModes: 16
XTerm*useClipping: false
XTerm*utf8: 1
XTerm*utf8Fonts: 1
XTerm*utf8Title: true
=end code
=head2 URxvt
Similarly to xterm, unicode support is enabled in URxvt primarily by setting
Similarly to XTerm, unicode support is enabled in URxvt primarily by setting
its C<locale> option to C<en_US.UTF-8> in C<~/.Xdefaults>. Here is a sample
configuration that supports displaying enough of unicode to program in Perl 6:
Expand Down

0 comments on commit 93dbf02

Please sign in to comment.