Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Can't paste multi-line statements into CLI #22

@nukep

Description

@nukep

This is a rather frustrating bug/limitation for those of us who like to copy and paste multi-lined text into the CLI. If a multi-line string is pasted, only the first line will be inputted.

rust-linenoise is used to drive the CLI input. Enabling multi-line mode with linenoise::set_multiline(1); doesn't seem to have any effect on my machine (64-bit Linux, using gnome-terminal).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions