browsix icon indicating copy to clipboard operation
browsix copied to clipboard

improve terminal

Open bpowers opened this issue 9 years ago • 3 comments

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 avatar Mar 05 '16 13:03 bpowers

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

bpowers avatar Mar 05 '16 13:03 bpowers

nm -- tty.js supports scrollback

bpowers avatar Mar 05 '16 13:03 bpowers

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

nloveladyallen avatar May 18 '16 21:05 nloveladyallen