Skip to content

Export Import discards blank lines #1007

Open
@ordo-n

Description

@ordo-n

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugresolvedif issue is resolved, it will be open until merge with master

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions