0.10.1 • Published 2 years ago

xterm-addon-search.es v0.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

xterm-addon-search

An addon for xterm.js that enables searching the buffer. This addon requires xterm.js v4+.

Install

npm install --save xterm-addon-search

Usage

import { Terminal } from 'xterm.es';
import { SearchAddon } from 'xterm-addon-search';

const terminal = new Terminal();
const searchAddon = new SearchAddon();
terminal.loadAddon(searchAddon);
searchAddon.findNext('foo');

See the full API for more advanced usage.

0.10.1

2 years ago

0.10.0

2 years ago