Skip to content
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

Characters aren't being drawn sometimes #254

Open
jacobmischka opened this issue Aug 24, 2020 · 4 comments
Open

Characters aren't being drawn sometimes #254

jacobmischka opened this issue Aug 24, 2020 · 4 comments

Comments

@jacobmischka
Copy link
Contributor

For reasons I don't fully understand (looks like something related to the error icon created by ale in the gutter on the left), characters aren't being rendered sometimes.

Notice that the line number in the gutter and the => glyphicon don't display in nvim-gtk (bottom), while they both do in gnome-terminal (top):

image

Technical information (please complete the following information):

  • OS: Arch Linux
  • Neovim version: NVIM v0.4.4
  • Neovim-Gtk build version: master and 0af8952171c5375a4435cf3790e08c3b9ee29e8d (I'm extremely relieved this wasn't caused by my underline changes, ha)
@jacobmischka
Copy link
Contributor Author

The issue does disappear when I disable ale, so I'm pretty confident that is what's causing it.

image

@jacobmischka
Copy link
Contributor Author

This seems to happen whenever that character in the gutter is something more complex than ASCII. For example, if I change the icon from ⚠ to >> then it renders fine:

image

image

@pitbuster
Copy link

I can confirm that reverting to pango 1.44 solves the problem, as mentioned in #255. I wonder if this is an upstream bug in pango.

@YaLTeR
Copy link

YaLTeR commented Oct 10, 2020

I can confirm that reverting to pango 1.44 solves the problem, as mentioned in #255. I wonder if this is an upstream bug in pango.

Looking at other pango bug reports, they generally reply that unless it reproduces in gedit or pango-view it's likely an application issue (e.g. incorrect handling of glyph metrics).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants