-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
stalls on vim start #1
Comments
This looks like a term.js bug, but I’ll need a little more to diagnose is precisely. Could you please post the following:
|
On Thu, Aug 13, 2015 at 9:14 AM, Chris Morgan [email protected]
|
(Attaching a .ttyrec file having failed, I was emailed the sample file.) If you resize the tty-player to 180 columns wide, it works. It’s failing when it sends If you use termrec for recording, it includes the width and height in the ttyrec script (you need to use a version of term.js including chjj/term.js#75 for it to work), so you wouldn’t run into this issue. You can also go specifying the As for the exception itself, I was able to reduce it very effectively and have filed chjj/term.js#84 for the matter. As it is a term.js issue and not a tty-player issue (with the way of achieving the desired behaviour explained in the previous paragraph also), I am closing this issue. |
The player stalls with the vim status-bar and a blank screen every time vim is run
The player then ceases to function due to a JS error
This issue was produced on chrome
The scenario generates the following JS error (in term.js):
short analysis : term is receiving 23 lines of input in vi mode when screen height is 24 lines
The text was updated successfully, but these errors were encountered: