jcubic / jquery.terminal

jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
https://terminal.jcubic.pl
MIT License
3.11k stars 569 forks source link

You can't update the line with newline #954

Closed jcubic closed 2 months ago

jcubic commented 3 months ago

Issue summary

If you echo without a newline, you can't update the line to add it at the end.

Expected behavior

it should work

Actual behavior

adding newline at the end move the cursor to the next line, but not at the beginning. And adding option newline: true is ignored.

Steps to reproduce

Browser and OS

N/A

Additional notes