UNPKG

@daiyam/xterm-tab-addon-ligatures

Version:

Add support for programming ligatures to xterm.js

10 lines (8 loc) 190 B
/** * Copyright (c) 2022 The xterm.js authors. All rights reserved. * @license MIT */ export interface ILigatureOptions { fallbackLigatures: string[]; fontFeatureSettings: string; }