This commit is contained in:
Eugene Pankov 2022-05-21 19:25:17 -07:00
parent f27afebd82
commit f2809927c2
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -1,8 +1,7 @@
import { BehaviorSubject, filter, firstValueFrom } from 'rxjs'
import { BehaviorSubject, filter, firstValueFrom, takeUntil } from 'rxjs'
import { Injector } from '@angular/core'
import { ConfigService, getCSSFontFamily, HostAppService, HotkeysService, Platform, PlatformService } from 'tabby-core'
import { Frontend, SearchOptions, SearchState } from './frontend'
import { takeUntil } from 'rxjs'
import { Terminal, ITheme } from 'xterm'
import { FitAddon } from 'xterm-addon-fit'
import { LigaturesAddon } from 'xterm-addon-ligatures'