Gottox / terminal.js

Javascript terminal emulator library that aims to be xterm compliant and is supposed to work in browsers and node.js.
http://terminal.js.org
MIT License
593 stars 69 forks source link

Implements character sets #118

Closed mildsunrise closed 7 years ago

mildsunrise commented 7 years ago

Changes:

The this._modes.graphic attribute is still updated for backwards compatibility.

Without this, some implementations of ncurses behave incorrectly when $TERM = screen because they set G1 to graphics (\e)0) and after some time perform a SO to select it (\x0E). Note that the distinction between GL / GR is not implemented yet.

mildsunrise commented 7 years ago

Thanks for landing this at v1.0.9!

Gottox commented 7 years ago

You're welcome! Thanks for using terminal.js 😄