Gottox / terminal.js

Javascript terminal emulator library that aims to be xterm compliant and is supposed to work in browsers and node.js.
http://terminal.js.org
MIT License
593 stars 69 forks source link

Previous Line and Insert Line fixes #129

Closed moofoo closed 3 years ago

Gottox commented 3 years ago

Looks good. Do you have a reallife example where I can verify the behavior?

moofoo commented 3 years ago

Sure. I noticed these issues because I'm using TerminalJS in a tool I just finished up, and for tests I compared the output of TerminalJS and node-ansiparser with every control code that moves the cursor or erases something.

Here's a repository with just the relevant tests: https://github.com/moofoo/terminal-test

Gottox commented 3 years ago

That's interesting, thanks for the pointers!