This package has been deprecated

Author message:

This package is now deprecated. Move to @xterm/addon-unicode11 instead.

xterm-addon-unicode11
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

xterm-addon-unicode11

An addon providing Unicode version 11 rules for xterm.js.

Install

npm install --save xterm-addon-unicode11

Usage

import { Terminal } from 'xterm';
import { Unicode11Addon } from 'xterm-addon-unicode11';

const terminal = new Terminal();
const unicode11Addon = new Unicode11Addon();
terminal.loadAddon(unicode11Addon);

// activate the new version
terminal.unicode.activeVersion = '11';

Readme

Keywords

Package Sidebar

Install

npm i xterm-addon-unicode11

Weekly Downloads

4,543

Version

0.6.0

License

MIT

Unpacked Size

41.2 kB

Total Files

8

Last publish

Collaborators

  • tyriar