vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.45k stars 3.52k forks source link

UI Error #6848

Open aoyewol2 opened 2 years ago

aoyewol2 commented 2 years ago

Issue

I'm getting a weird bug where when I start typing, the first character entered duplicates. The commands still work fine, meaning it's strictly a UI issue. The plugins are not the cause, as the issue still appears when I comment out plugins in the hyper.js config file.

bug

LabhanshAgrawal commented 2 years ago

You're using custom prompt for powershell, maybe you can try once with the default profile/prompt and check if it still happens.

aoyewol2 commented 2 years ago

You're using custom prompt for powershell, maybe you can try once with the default profile/prompt and check if it still happens.

Hi, I can confirm it's not the powershell prompt as this error does not occur in Windows Terminal.

LabhanshAgrawal commented 2 years ago

still it might be useful to test with the default profile once also can you post the powershell profile, I can try to reproduce.