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

"Enter" key press used to invoke the command is passed to the command as an input #901

Closed
MOZGIII opened this issue Apr 20, 2019 · 1 comment

Comments

@MOZGIII
Copy link

MOZGIII commented Apr 20, 2019

Environment data

PS version: 5.1.17763.316
PSReadline version: 2.0.0-beta2
os: 10.0.17763.470 (WinBuild.160101.0800)
PS file version: 10.0.17763.470 (WinBuild.160101.0800)

Steps to reproduce or exception report

"Enter" key press used to invoke the command is passed to the command as an input.

See crossterm-rs/crossterm#124

Steps to reproduce:

  1. I have an app with terminal UI that triggers some action via "Enter".
  2. I type myapp.exe in PowerShell.
  3. I press "Enter" key.
  4. App starts and immediately triggers "Enter" key handler.
@daxian-dbw
Copy link
Member

Close as a duplicate of #959, which contains more investigation information.

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

2 participants