ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

VT100 support #8

Closed xiongxiongjiang closed 5 years ago

xiongxiongjiang commented 5 years ago

Can this terminal support VT100 ?

ColdGrub1384 commented 5 years ago

This terminal supports ANSI. I don't know how it could support VT100 but there is a JavaScript library for xterm called xterm.js for implementing an xterm terminal in HTML. I use it in an SSH client in a Web View. I don't think it's necessary to implement VT100 or xterm in this terminal because there is no command that needs it.

xiongxiongjiang commented 5 years ago

ok,thx~