-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Undercurl error in zellij in neovim #18312
Comments
I believe neovim disables curly underlines if it thinks the terminal can't handle it. Can you try launching neovim with |
Hi @lhecker, has there been any progress on this issue? It seems that on my x86 computer, setting TERM to vte-256colors in zellij perfectly resolves the error. However, for some reason, my WSL Ubuntu on my ARM computer does not have the terminfo for vte-256colors. Additionally, I noticed a significant difference in the number of terminfo files in the /usr/share/terminfo directory between the two machines. So the current situation is that my ARM computer doesn't have a good solution. What should I do? If you need any information, please feel free to let me know! I will do my best to cooperate. |
Some terminal applications like neovim perform feature detection: They try to guess what your terminal is safely capable of and then will only send VT sequences that they think are supported. The main way those applications figure out what the terminal is, is via the
I apologize. I was already on my way out to the winter holidays. I'll be closing this issue since it's not an issue with Windows Terminal itself. We can continue talking about it here though. (I may be slow to respond over the next few weeks, as I'll be on vacation and need the time to work on some other stuff.)
Are you sure your two computers are using the exact same WSL image? Maybe one uses Ubuntu 22 and the other uses Ubuntu 24 or something? First, I'd make sure they use the same WSL image, and then I'd update all packages ( |
Thank you very much for your reply! Your response was very detailed and clear. I have temporarily resolved my issue by copying the vte-256color terminfo file. I will report this behavior to Neovim to find the cause. |
Sorry to bring it up here, but I'm really not sure what the problem is.
As shown in the figure. I am not sure which aspect of the problem (neovim, windows terminal, zellij, I think it is possible), in short, it is the neovim in zellij in wsl.
Because of the same situation, wezterm is normal. So I'm opening an issue here.
Basic information
zellij --version: zellij 0.41.2
stty size:62 245
uname -av or ver(Windows): wsl2 unbuntu 2404
I also opened an Issue in zellij's repo: zellij-org/zellij#3866
The text was updated successfully, but these errors were encountered: