-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
getting an error when opening nvim-tree while using cat or lolcat to display the header #468
Comments
what terminal is that ? it has to do with not being able to count the columns i cant really get around this because im using neovide |
it's kitty. btw sorry for the late reply. |
i cant reproduce this in my default kitty so my guess is it's something to do with your terminfo or youre missing ncurses so it cant call |
i checked and i do have ncurses installed. i'm using hyprland on arch. maybe it has something to do with how wayland works or something? |
I'm not sure this is a Wayland thing, I'm getting the exact same problem in Bash on WSL and ZSH on MacOS. |
I had the same problem (also using Kitty, but I don't believe this has anything to do with the terminal). The issue looks to be spelled out in the traceback @ingenarel posted in the issue. I patched 3 places in I don't understand the logic behind |
Describe the bug
i'm getting an error when opening nvim-tree to browse my files when i'm using cat or lolcat to display the header.
To Reproduce
Steps to reproduce the behavior:
and if i press esc and try to use it, the header gets messes up. ik the header is another buffer because i can go to the header and open up another file like this:
but it doesn't change the position properly as you can see:
The text was updated successfully, but these errors were encountered: