-
Notifications
You must be signed in to change notification settings - Fork 35
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
Lots of empty lines in line mode #79
Comments
Thanks for the bugreport. I can reproduce this. It appears that (setq-local term-scroll-show-maximum-output nil) provides a workaround, and setting it to I don't recall the original reason for this setting, so I will experiment and see if it breaks anything else. |
That's only a partial fix: the empty lines are still there, the scrolling is just different |
I would suggest experimenting with the other similar settings in the code. |
I was able to reproduce this in a clean term-mode by |
#84 will hopefully provide a workaround for all the quirks of ansi-term. |
Run julia-repl. Switch to line mode. Press enter repeatedly. Every time enter is pressed, an extra newline is created after the point, with the effect that after a while the screen is filled with newlines. I have a few customization but I don't think any of them is responsible for this. This doesn't happen under term, or in julia-repl in char mode. I'd be happy to PR if pointed to the correct place.
The text was updated successfully, but these errors were encountered: