Replies: 1 comment
-
Hi, I think this is a specification of tcell. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Noboru,
There is different behavior on Windows compared to Linux. I can't tell if the problem is in tcell or in oviewer code.
The problem can be seen with ov:
Linux: ov -F small-file.txt
Windows: ov.exe -F small-file.txt
On Linux, the file is displayed and the original screen is restored after ov quits, with the contents of small-file.txt at the bottom of the screen, after the original screen content.
On Windows, the screen is cleared and small-file.txt is displayed at the top of the screen. Then ov quits and the contents of small-file.txt remain at the top of the screen and the original screen content is gone.
Cheers,
Eloy Paris.-
Beta Was this translation helpful? Give feedback.
All reactions