#650376 rxvt-unicode: underscore does not appear with pixelsize=14

Package:
rxvt-unicode
Source:
rxvt-unicode
Description:
RXVT-like terminal emulator with Unicode and 256-color support
Submitter:
Chantal Keller
Date:
2015-05-23 15:12:05 UTC
Severity:
normal
#650376#5
Date:
2011-11-29 10:38:19 UTC
From:
To:
Dear Maintainer,

I am using urxvt with the following configuration:

urxvt*background : black
urxvt*foreground : white
URxvt*font: xft:DejaVu Sans Mono:pixelsize=14:antialias=true:hinting=true
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=14:antialias=true:hinting=true
urxvt*scrollBar : false
urxvt.perl-ext-common: default,tabbed

Underscores do not appear on the terminal. If I switch pixelsize to 13 or 15, underscores do appear.

Thanks.

#650376#10
Date:
2013-08-04 17:20:53 UTC
From:
To:
I recently reinstalled my Debian system, and while I was at it, I
deleted my old ~/.fonts.conf because it was throwing warnings with
applications; shortly thereafter, I realized that I was no longer
seeing any underscores in my terminal output, nor were the underscores
being fancily used for italics or something.

Googling, I realized it was not a Bash problem but a Urxvt problem,
and found a long Arch Linux thread complaining about exactly this
problem: https://bbs.archlinux.org/viewtopic.php?id=125749

They noted that simply avoiding 14-point font made the problem go
away, and as it happened I had a key shortcut to increase the font in
Urxvt. Here is the original broken appearance using a 14-point font
(note that in the second-to-last line, there are no underscores even
though there are two):

http://i.imgur.com/YGLwrpH.png

Here is the same terminal, but having increased to 18-point font:

http://i.imgur.com/sW2P4H6.png

Now the underscores are clearly visible.

As a workaround, I'm going to try editing my .Xresources to read
15-point rather than 14-point.
------ My ~/.Xresources reads: !Font stuff URxvt.depth: 32 URxvt*xftAntialias: True URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=14 URxvt.boldFont: xft:Bitstream Vera Sans Mono:pixelsize=14 URxvt.boldItalicFont: xft:Bitstream Vera Sans Mono:style=Oblique:pixelsize=14 !Change fonts on the fly URxvt.keysym.C-minus: command:\033]710;xft:Bitstream Vera Sans Mono:pixelsize=14,xft:Bitstream Vera\ Sans Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 URxvt.keysym.C-0: command:\033]710;xft:Bitstream Vera Sans Mono:size=10,xft:Bitstream Vera Sans\ Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 URxvt.keysym.C-equal: command:\033]710;xft:Bitstream Vera Sans Mono:size=18,xft:Bitstream Vera Sans\ Mono,xft:Baekmuk Gulim,xft:Kochi Gothic,xft:AR PL ShanHeiSun Uni,xft:FreeMono:autohint=true\007 My original ~/.fonts.conf read: <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit name="antialias" mode="assign"> <bool>true</bool> </edit> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintfull</const> </edit> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> </fontconfig>
#650376#15
Date:
2015-05-23 14:49:54 UTC
From:
To:
Dear all,

I also have this problem with Jessie.

URxvt.font: xft:bitstream vera sans mono:size=8

URxvt.scrollBar: false
URxvt*depth: 32
URxvt.modifier: alt
URxvt.MetaSendsEscape:          true
URxvt.eightBitInput:            false
URxvt.termName:xterm-256color

Best regards,
Dr. Carsten Otto