Skip to content
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

[hyper-3.02/Windows-10/cmd] Cut/paste with right-click (aka "Quick Edit mode") does not work #3728

Open
2 tasks done
fractalspace opened this issue Jun 12, 2019 · 0 comments

Comments

@fractalspace
Copy link

  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
<title>Hyper</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">

<style>
  body {
    color: #fff;
    -webkit-backface-visibility: hidden;
  }

  * {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
  }

  @media (min-resolution: 2dppx) {
    * {
      text-rendering: geometricPrecision;
    }
  }
</style>
<style type="text/css" data-styled-jsx=""></style>
Hyper
<textarea class="xterm-helper-textarea" aria-label="Terminal input" aria-multiline="false" autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="line-height: 14px; left: 26.4375px; top: 322px; width: 6.60938px; height: 14px;"></textarea>
W
<style></style>
<script>start = performance.now();</script>
<script src="renderer/bundle.js"></script>
<script>console.log('total init time', performance.now() - start);</script>
- **The issue is reproducible in vanilla Hyper.app**: Yes

Issue

Nothing much to add other than what's int he title. The cut/paste in 'raw' cmd.exe window works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant