You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
output some lines in terminal:
for i in {1..50};do echo output line $i of 50;done
edit a file with vi/vim, save and quit. some lines is overwrote by content of the file
version: 2.0.2
TERM=vt102
The text was updated successfully, but these errors were encountered: