mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-04 07:39:47 +03:00
7d5e70c718
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/4.10.0...4.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.typings.json | ||
webpack.config.js | ||
yarn.lock |
Terminus Terminal Plugin
- terminal tabs
- terminal frontends
- session management
- shell detection
Using the API:
import { ShellProvider } from 'terminus-terminal'
Exporting your subclasses:
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})