Skip to content

Commit

Permalink
Fix typos in the terminals section of doc/Language/unicode_entry.pod6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiepi committed Jun 24, 2019
1 parent 67705e5 commit 7688624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/unicode_entry.pod6
Expand Up @@ -112,8 +112,8 @@ of unicode to program in Perl 6:
XTerm*locale: UTF-8
XTerm*titleModes: 16
XTerm*useClipping: false
XTerm*utf8 1
XTerm*utf8Fonts 1
XTerm*utf8: 1
XTerm*utf8Fonts: 1
XTerm*utf8Title: true
=end code
Expand All @@ -126,7 +126,7 @@ configuration that supports displaying enough of unicode to program in Perl 6:
=begin code :lang<.Xdefaults>
URxvt*font: xft:Noto Mono:pixelsize=14:style=Regular,\
xft:Noto Emoji:pixelsize=14:style=Regular
URxvt*letterspace: -1
URxvt*letterSpace: -1
URxvt*locale: en_US.UTF-8
URxvt*skipBuiltInGlyphs: true
=end code
Expand Down

0 comments on commit 7688624

Please sign in to comment.