-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font rendering issue urxvt #150
Comments
Do you use any other fonts? Eg, vim dev icons? Maybe post your .vimrc, too. So far I could not reproduce your problem, though I am on vim and not neovim. |
Thank you for your answer. Here is my vimrc:
As you can see, I am also using I also tried with a normal font (not patched) and no problem. Thank you again for all your answer and help |
Hm..yes. My bad - still used xterm. It seems to be a font thing. |
Btw: Vim dev icons plugin should be the last plugin loaded :) |
Thank you for your answer, so I loaded the vim Thank you again very much. |
No need to be sorry. Have you tried another font like the one I suggested? |
Also I would suggest to try vim 8 and post your results here. |
@BigfootN Thanks for your screenshots. Honestly I am not sure what's going on there. I can try to take a look in some time but not sure when that'll be. |
Hm...interesting. FuraCode Nerd Font works in xterm, but not in rxvt - I do not see any symbols. In Xterm I have with any font I tried to problem that NERDTree cuts symbols in half. I actually went away from NERDTree, because it is so damn heavy .... Could you try this out? https://github.com/powerline/fonts This works totally fine for me in rxvt. Even to cut symbols are not present. |
@BigfootN Sure no problem. which font is being used currently? |
Thank you for your quick response. I'm using the exact same font as @Jeansen suggested me: |
I am happy I could be of some help :) |
Thanks all. 😄 So is this resolved? |
Sorry for the late response. Unfortunately, no, it doesn't seem so :( Thank you all for your amazing help and patience :) |
@BigfootN Sure no problem. Wish I could do more. Am I to understand this may be more of an issue related to We can leave this issue open for now... |
It might be with urxvt. BigfootN, whicht distro are you using? |
As I look at your .Xresource config, I can see this line URxvt*letterSpace: -1 ...which is usefull for a narrow fontspace, but maybe it doesn't fit with every font or some icons. |
urxvt historically has had problems with scalable fonts. I complained about it in 2008: http://lists.schmorp.de/pipermail/rxvt-unicode/2008q3/000659.html The images aren't available at those links any more, but I still have them so I'll paste them here: At the time, the maintainer argued that urvxt was doing it right, even though everybody could see the behavior is different from the other terminal emulators. So urxvt added the IMHO there is no way to solve this in Nerd Fonts, rather there are three options:
|
maybe it is also worth a try installing rxvt-unicode-256color since this compilation includes some tweaks for termcap/terminfo? |
Sorry for the late response, I really was busy these last few days. So first of all I would like to thank you all for all your help and patience. I think I got it figured out. So I tried to disable the Thank you again for all your precious help. |
@BigfootN Feel free to add any helpful info, examples, or links to: https://github.com/ryanoasis/nerd-fonts/wiki/Terminal-Emulators Can we close this issue? |
Tank you very much again for all your help and patience :) |
Necroing this issue as I think I found a more comprehensive "fix" for it. I have been using This can be fixed by avoiding |
@mftrhu No worries, especially since you added useful information others may find helpful! Appreciate that 😄 Additionally I have tried to add at least some basic info that might make it easier to find help on these kind of things: |
Maybe this one helps: powerline/fonts#176 (comment) At least for me it worked, when I switched from DejaVu Sans Mono to Inconsolata. With DejaVu Sans Mono I had not problems. Only thing was that I set So to sum things up, here is what I had before:
And now it is only:
|
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
Hello,
I am having problems when using one of your font in urxvt. It sometimes leaves pixels behind. Here is an example:
![capture d ecran de 2017-04-06 15-55-38](https://cloud.githubusercontent.com/assets/1183923/24762162/cd8b8012-1aed-11e7-90d5-e24151810139.png)
You can see on the left that there are some kind of pixels. I tried with gnome-terminal and no problem.
Here is my Xresoures:
I am under archlinux and I installed the fonts from the AUR (nerd-fonts-complete).
Thank you very much in advance
The text was updated successfully, but these errors were encountered: