mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-10 06:20:03 +00:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [xterm-addon-ligatures](https://github.com/xtermjs/xterm-addon-ligatures) from 0.1.0-beta-2 to 0.2.0. - [Release notes](https://github.com/xtermjs/xterm-addon-ligatures/releases) - [Commits](https://github.com/xtermjs/xterm-addon-ligatures/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 },
...
]
})