emacs-libvterm icon indicating copy to clipboard operation
emacs-libvterm copied to clipboard

Text is not visible

Open corpix opened this issue 6 months ago • 2 comments

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?

corpix avatar Feb 10 '24 05:02 corpix

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

blahgeek avatar Mar 03 '24 15:03 blahgeek

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.

blahgeek avatar Mar 03 '24 15:03 blahgeek