ConEmu: Can't paste whole clipboard

I tried to paste on 160313

git filter-branch --env-filter '
    oldname="xx"
    oldemail="none"
    newname="xx"
    newemail="xx"
    [ "$GIT_AUTHOR_EMAIL" = "$oldemail" ] && GIT_AUTHOR_EMAIL="$newemail"
    [ "$GIT_COMMITTER_EMAIL" = "$oldemail" ] && GIT_COMMITTER_EMAIL="$newemail"
    [ "$GIT_AUTHOR_NAME" = "$oldname" ] && GIT_AUTHOR_NAME="$newname"
    [ "$GIT_COMMITTER_NAME" = "$oldname" ] && GIT_COMMITTER_NAME="$newname"
    ' HEAD

but it stopped after the '

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 20 (9 by maintainers)

Commits related to this issue

Most upvoted comments

Windows 10. Ctrl+C in any other application. Copies the contents to the clipboard. One line, multiple lines, whatever. Ctrl+V in any other application. Pastes the contents. Works without any issues.

With ConEmu, Ctrl+V pastes a seemingly random subset of the clipboard. If the clipboard contains 400 characters, it might paste characters from the range 302-390. Doesn’t matter if the text was copied from another application or from ConEmu.

Happens consistently.

Copy-paste is still fundamentally broken for me on current version (180415). It’s rendering it pretty much unusable.

Used to work fine - I have no idea why it suddenly broke.

For those who end up here, the solution to this is in the comments of this issue https://github.com/Maximus5/ConEmu/issues/1314

@aiwebb Your description is so fundamentally unclear that I have no idea what answer to you…