os-js / osjs-gui

OS.js GUI Module
https://manual.os-js.org/v3/
Other
18 stars 10 forks source link

Terminal Component #1

Closed RossComputerGuy closed 5 years ago

RossComputerGuy commented 5 years ago

It'd be nice to have a terminal component available that works similar to the terminal in the XTerm application.

andersevenrud commented 5 years ago

I'm using https://github.com/xtermjs/xterm.js in https://github.com/os-js/osjs-xterm-application.

Works great, and can work together with OS.js GUI and Hyperapp.

andersevenrud commented 5 years ago

Since making something like this is a pretty big job, I'll suggest looking into the xterm.js library for now.

I might re-open this in the future.