noborus / ov

🎑Feature-rich terminal-based text viewer. It is a so-called terminal pager.
https://noborus.github.io/ov
MIT License
1.43k stars 38 forks source link

Terminal Title Got Changed to ";" #499

Open sam80180 opened 6 months ago

sam80180 commented 6 months ago

I wrote a go script to use your pager. When running, the termianl title got set to ";", and after execution the title remains (the ";"). Can help with that? I don't want ov to mess with my terminal title....

noborus commented 6 months ago

I need more information to help you. Well, for now I don't understand anything yet.

sam80180 commented 5 months ago

When I use a terminal program, I ran the ov command, e.g. cat LICENSE | ./ov, you can see that the tab name (on the top-left corner) got changed to ";". That's what I'm talking about.

TimePhoto_20240323_015336

noborus commented 5 months ago

thank you for your reply. Please tell me the name and version of the terminal emulator you are using. The original file does not contain any escape sequences, so tcell is outputting it. tcell may not be compatible with that terminal emulator.

sam80180 commented 5 months ago

I tried SecureCRT and putty

noborus commented 5 months ago

I tried but couldn't reproduce it. SecureCRT had many settings, The settings may have caused the malfunction.