Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.41k stars 3.39k forks source link

Terminal Cursor Disappears after using Ranger editing a file #6154

Open Soooda opened 2 years ago

Soooda commented 2 years ago

Describe the problem: In my workflow, I used Ranger to go around the file system. I noticed that every time I edited a file in Ranger and exited, the terminal cursor would disappear (I can still input commands as normal, the only difference is I cannot visualise the cursor anymore.

To Reproduce: wind3 The detail of my system can be found in the output from Neofetch in the screenshot. The editor I summoned from Ranger was Neovim. I disabled my Ranger's configs, so u can re-produce easily by installing ranger. I also tried disabling the cursor blink as well using other cursor types. None of them works. If I open ranger and directly close it without opening any files, the cursor remains fine.

PS: I just started using Tabby very recently and slowly set up my environment. I cannot recall whether it was like this already in the previous build. As I only noticed it today after updating Tabby to 1.0.174. Maybe it wasn't behave this way previously.

Soooda commented 2 years ago

In addition, I try directly modifying test.js with the command nvim test.js and then exit NeoVim. The cursor still exists.