Skip to content

Commit

Permalink
Remove old search addon from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 12, 2019
1 parent eda04bc commit d230f93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@

import { Terminal } from '../lib/public/Terminal';
import { AttachAddon } from 'xterm-addon-attach';
import { SearchAddon } from 'xterm-addon-search';
import { SearchAddon, ISearchOptions } from 'xterm-addon-search';
import { WebLinksAddon } from 'xterm-addon-web-links';

import * as fit from '../lib/addons/fit/fit';
import * as fullscreen from '../lib/addons/fullscreen/fullscreen';
import * as search from '../lib/addons/search/search';
import { ISearchOptions } from '../lib/addons/search/Interfaces';

// Pulling in the module's types relies on the <reference> above, it's looks a
// little weird here as we're importing "this" module
Expand Down

0 comments on commit d230f93

Please sign in to comment.