0.13.3 • Published 1 year ago

teamide-xterm-addon-search v0.13.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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/xterm';
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.13.2

1 year ago

0.13.3

1 year ago

0.13.1

1 year ago