-
Notifications
You must be signed in to change notification settings - Fork 617
Enter key does not work #364
Comments
I ran into this as well and opened up the dev tools. Discovered the following error on every keypress. Happy to provide any info needed to help debug or repro
|
It seems to me that the problem is here: https://github.com/shockone/black-screen/blob/master/src/Aliases.ts#L15 If you try to comment https://github.com/shockone/black-screen/blob/master/src/Aliases.ts#L27 it should work. I might be really wrong here but my assumption as newbie of this project (I discovered this a couple hours ago), is that it assumes EDIT: After having a look at it in more detail I've seen that after this line https://github.com/shockone/black-screen/blob/master/src/PTY.ts#L83 this is the command that gets executed in my case
the problem with this is that I have some @ShockOne what's the reasoning behind |
@lazywithclass to import all your aliases. |
I see. I still had those even without the |
Just installed. Terminal opens, can type into terminal but enter does nothing.
The text was updated successfully, but these errors were encountered: