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

improve terminal #16

Open
bpowers opened this issue Mar 5, 2016 · 3 comments
Open

improve terminal #16

bpowers opened this issue Mar 5, 2016 · 3 comments

Comments

@bpowers
Copy link
Member

bpowers commented Mar 5, 2016

It is confusing that after you've started executing a command, you can't send additional input to the command's stdin. This causes things like

$ cat

To effectively hang the shell, even though they are behaving according to the specification. While we're at it, we should catch ctrl-c.

@bpowers
Copy link
Member Author

bpowers commented Mar 5, 2016

Alternatives include tty.js and termlib.js. The downside to both is that they appear to not support scrollback

@bpowers
Copy link
Member Author

bpowers commented Mar 5, 2016

nm -- tty.js supports scrollback

@nloveladyallen
Copy link

Also you shouldn't be able to edit previous commands and their output.

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