Open
Description
Issue summary
When exporting and importing the terminal view blank lines are discarded
Expected behavior
Blank lines should be preserved
Steps to reproduce
var term = $.terminal.active();
term.echo('1');
term.echo('');
term.echo('2');
term.echo('');
term.echo('3');
term.echo('');
term.echo('4');
term.echo('');
term.echo('5');
term.echo('');
term.import_view(term.export_view());
Browser and OS
Chrome, Edge
Activity