Replies: 5 comments 4 replies
-
Are there any errors in the devtools console? |
Beta Was this translation helpful? Give feedback.
-
I haven't seen anything like this, can you try reproduce it in the demo? https://github.com/xtermjs/xterm.js/wiki/Contributing#running-the-demo |
Beta Was this translation helpful? Give feedback.
-
Several things from my side:
|
Beta Was this translation helpful? Give feedback.
-
I'm having a similar problem. When I do a reset and then write multiple lines at once, there's a 50/50 chance it will be scrolled to the bottom. |
Beta Was this translation helpful? Give feedback.
-
Xterm version: 4.19.0
Scroll go to top, when i typing and when i get output to console from remote server.
Terminal config:
I try: disableStdin: on|off, rows: count, scrollback: count, macOptionClickForcesSelection: on|off.
I try use terminal:
I try use - terminal.scrollToBottom() and terminal.scrollLines(99999999) - not working.
I try use:
or
I try use terminal with attach addons:
This is a floating error, because sometimes autoscroll to buttom is work, but often is not work.
Beta Was this translation helpful? Give feedback.
All reactions