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

Text is not visible #699

Open
corpix opened this issue Feb 10, 2024 · 2 comments
Open

Text is not visible #699

corpix opened this issue Feb 10, 2024 · 2 comments

Comments

@corpix
Copy link

corpix commented Feb 10, 2024

Here is sample from Kitty:
image

I have selected part of text to demonstrate the problem

Here is sample from Vterm inside Emacs which is running in Kitty terminal:
image

Here is sample from GUI Emacs running under X11:
image

Config:

  (use-package vterm
    :ensure t
    :config
    (set-face-foreground 'vterm-color-black "#d0d0d0")
    (set-face-background 'vterm-color-black "#121212"))
  (use-package eterm-256color :ensure t)

What could possibly be wrong?

@blahgeek
Copy link
Contributor

blahgeek commented Mar 3, 2024

I have the exact same issue. git bisect finds that e96c53f is the commit that break it.

@blahgeek
Copy link
Contributor

blahgeek commented Mar 3, 2024

Sorry I was wrong, that commit seems fine. For me, it's because that the native module didn't get rebuilt after update (and during git bisect), so running vterm-module-compile would solve this problem.

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

2 participants