/** * Copyright (c) 2018 The xterm.js authors. All rights reserved. * @license MIT * * This contains the type declarations for the @xterm/addon-ligatures library. * Note that some interfaces may differ between this file and the actual * implementation in src/, that's because this file declares the *public* API * which is intended to be stable and consumed by external programs. */ import { Terminal, ITerminalAddon } from '@jsnix/xterm'; declare module '@xterm/addon-ligatures' { /** * An xterm.js addon that enables web links. */ export class LigaturesAddon implements ITerminalAddon { /** * Creates a new ligatures addon. * * @param options Options for the ligatures addon. */ constructor(options?: Partial); /** * Activates the addon * * @param terminal The terminal the addon is being loaded in. */ public activate(terminal: Terminal): void; /** * Disposes the addon. */ public dispose(): void; } /** * Options for the ligatures addon. */ export interface ILigatureOptions { /** * Fallback ligatures to use when the font access API is either not supported by the browser or * access is denied. The default set of ligatures is taken from Iosevka's default "calt" * ligation set: https://typeof.net/Iosevka/ * * ``` * <-- <--- <<- <- -> ->> --> ---> * <== <=== <<= <= => =>> ==> ===> >= >>= * <-> <--> <---> <----> <=> <==> <===> <====> --------> * <~~ <~ ~> ~~> :: ::: == != === !== * := :- :+ <* <*> *> <| <|> |> +: -: =: :> * ++ +++