tabby/terminus-terminal
dependabot-preview[bot] d93a549406
Bump xterm-addon-fit in /terminus-terminal
Bumps [xterm-addon-fit](https://github.com/xtermjs/xterm.js) from 0.4.0-beta1 to 0.4.0-beta2.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 04:25:02 +00:00
..
src fixed search in ssh tabs (fixes #1394) 2019-10-28 12:31:44 +01:00
.gitignore
package.json Bump xterm-addon-search in /terminus-terminal 2019-10-31 18:34:41 +00:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js better sourcemaps 2019-08-09 17:39:03 +02:00
yarn.lock Bump xterm-addon-fit in /terminus-terminal 2019-11-11 04:25:02 +00:00

Terminus Terminal Plugin

  • terminal tabs
  • terminal frontends
  • session management
  • shell detection

Using the API:

import { TerminalContextMenuItemProvider } from 'terminus-terminal'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: TerminalContextMenuItemProvider, useClass: MyContextMenu, multi: true },
    ...
  ]
})