Skip to content
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

"vi" overwrite the output in vt terminal #124

Open
jackeri0 opened this issue Jul 14, 2021 · 2 comments
Open

"vi" overwrite the output in vt terminal #124

jackeri0 opened this issue Jul 14, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jackeri0
Copy link

  1. output some lines in terminal: for i in {1..50};do echo output line $i of 50;done
    1

  2. edit a file with vi/vim, save and quit. some lines is overwrote by content of the file
    2

version: 2.0.2
TERM=vt102

@kingToolbox
Copy link
Owner

Thank you. I knew this before, but I always thought it was because vt102 did not have alternative screen like xterm, but you reminded me that maybe I need to rethink whether there is a problem with the implementation. If there is any progress, I will update it here.

@kingToolbox kingToolbox self-assigned this Jul 14, 2021
@kingToolbox kingToolbox added the bug Something isn't working label Jul 14, 2021
@kingToolbox
Copy link
Owner

The new WindTerm_2.2.0_Prerelease_4 version has been released and this issue has been fixed, please download and check it, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants