This commit is contained in:
Eugene Pankov
2017-05-01 20:12:39 +02:00
parent 7d22e8e861
commit 34c90326da
28 changed files with 20 additions and 166 deletions

View File

@@ -39,6 +39,7 @@ export class TerminalTabComponent extends BaseTabComponent {
) {
super()
this.decorators = this.decorators || []
this.title$.next('Terminal')
this.configSubscription = config.change.subscribe(() => {
this.configure()
})