akermu / emacs-libvterm

Emacs libvterm integration
GNU General Public License v3.0
1.71k stars 136 forks source link

Text is not visible #699

Open corpix opened 9 months ago

corpix commented 9 months ago

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 commented 8 months ago

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

blahgeek commented 8 months ago

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.