MCPcopy
hub / github.com/xtermjs/xterm.js / Unicode11Addon

Class Unicode11Addon

addons/addon-unicode11/src/Unicode11Addon.ts:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { UnicodeV11 } from './UnicodeV11';
11
12export class Unicode11Addon implements ITerminalAddon , IUnicode11Api {
13 public activate(terminal: Terminal): void {
14 terminal.unicode.register(new UnicodeV11());
15 }
16 public dispose(): void { }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected