ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Add support for XTerm (... not X11) #55

Closed ioquatix closed 7 years ago

ioquatix commented 7 years ago

@huba

https://github.com/sourcelair/xterm.js

ioquatix commented 7 years ago

I've created a branch for this: https://github.com/ioquatix/script-runner/tree/55-xterm-support

ioquatix commented 7 years ago

I've modified the code to use child_pty and it seems good.

Do you want to have a go at the xterm integration?

huba commented 7 years ago

Yep sure.

ioquatix commented 7 years ago

I'll muck around with the pty implementation to see if I can't make it work a bit better when the file is not saved.

ioquatix commented 7 years ago

@huba @RenaKunisaki Just released 2.0.0 with XTerm/pty.js support. Thanks for your PRs and help.