-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying a wrapped line results in a newline at the end of the wrapped line #443
Comments
For a real-world example, you can see play-with-docker/play-with-docker#66 |
@Tyriar do you think this is easy to fix? |
@marcosnils not at the moment as this is blocked on #325, that change wwill properly track and re-wrap lines when resized, This should encode information for lines spanning multiple rows. Once that is done though, |
Now that #325 is fixed, where does this issue stand (I am seeing it on: jupyter/notebook#2256)? |
Copying and pasting a wrapped line, introduces a newline character at the position the line was wrapped.
Steps to reproduce
echo
line, like the one below:The text was updated successfully, but these errors were encountered: