You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2020. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 withlinenoise::set_multiline(1);
doesn't seem to have any effect on my machine (64-bit Linux, using gnome-terminal).The text was updated successfully, but these errors were encountered: