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 have an idea for a new feature for jQuery Terminal
The idea is to create a simple script that will use unix_formatting to convert ANSI Art to Terminal formatting.
So it will speed up processing because the browser will not need to parse the ANSI escapes.
For bigger files it make take some time to process, that's why the web worker was used in of the demos.
The text was updated successfully, but these errors were encountered:
I have an idea for a new feature for jQuery Terminal
The idea is to create a simple script that will use unix_formatting to convert ANSI Art to Terminal formatting.
So it will speed up processing because the browser will not need to parse the ANSI escapes.
For bigger files it make take some time to process, that's why the web worker was used in of the demos.
The text was updated successfully, but these errors were encountered: