You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think with this feature, JQTerminal will be more performant and customizable than the default HTML rendering.
Also do you think this will cost less memory consumption?
The text was updated successfully, but these errors were encountered:
It will be a lot of work since you probably also will want a scrollbar so everything will need to be handled in the library. But jQuery Terminal can add events and handlers that will make something like this possible.
But if something like this will ever be created it will need to be part of version 3.0, I'm only not sure when it will be implemented, I don't have much time to work on it.
I have an idea for a new feature for jQuery Terminal
I was wondering if we can render all output contents in
canvas
.I am not sure how it work, but
XTerm.JS
did it with this add on: https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-canvasI think with this feature, JQTerminal will be more performant and customizable than the default HTML rendering.
Also do you think this will cost less memory consumption?
The text was updated successfully, but these errors were encountered: