How to use the xterm-addon-ligatures.enableLigatures function in xterm-addon-ligatures

To help you get started, weโ€™ve selected a few xterm-addon-ligatures examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tolbertam / hyper-font-ligatures / index.js View on Github external
onDecorated(term) {
      if (!term) {
        return;
      }

      if (this.props.onDecorated) {
        this.props.onDecorated(term);
      }

      if (term.term) {
        ligatures.enableLigatures(term.term);
      }
    }

xterm-addon-ligatures

Add support for programming ligatures to xterm.js

MIT
Latest version published 8 months ago

Package Health Score

62 / 100
Full package analysis