tty.js icon indicating copy to clipboard operation
tty.js copied to clipboard

vim loads but display gets corrupted

Open corelon opened this issue 10 years ago • 3 comments

Hi,

I can load vim, but the display gets corrupted and when I exit vim it stays corrupted so I have to close the window. I can post screenshots if needed. It is weird because from what I read vim should be working normally.

corelon avatar Dec 12 '13 20:12 corelon

display gets corrupted

A screenshot would be very helpful. I can't reproduce this.

chjj avatar Jan 07 '14 17:01 chjj

I had meet this problem yet , try to use chrome to monitor the frame of web socket would find out . I found that , vim corrupted( less corroputed too ) , term.js can not send data to server so please check the code which use term.js

killkill avatar Jan 08 '14 15:01 killkill

@chjj, you can reproduce this if you resize the terminal, and then open vim. However, if you are using term.js off of master, you will not be able to reproduce. I think the underlying problem was fixed here:

https://github.com/chjj/term.js/commit/6990257df601ce06ade23dd3df9bcd4cbae1a189

hhuuggoo avatar Aug 18 '14 04:08 hhuuggoo