mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
bumped eslint
This commit is contained in:
@@ -150,11 +150,13 @@ export class BaseTerminalTabComponent<P extends BaseTerminalProfile> extends Bas
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
private spinnerActive = false
|
||||
private spinnerPaused = false
|
||||
private toolbarRevealTimeout = new ResettableTimeout(() => {
|
||||
this.revealToolbar = false
|
||||
}, 1000)
|
||||
|
||||
private frontendWriteLock = Promise.resolve()
|
||||
|
||||
get input$ (): Observable<Buffer> {
|
||||
|
@@ -33,6 +33,7 @@ export class StreamProcessingSettingsComponent {
|
||||
description: _('Send bytes by typing in hex values'),
|
||||
},
|
||||
]
|
||||
|
||||
outputModes = [
|
||||
{
|
||||
key: null,
|
||||
@@ -45,6 +46,7 @@ export class StreamProcessingSettingsComponent {
|
||||
description: _('Output is shown as a hexdump'),
|
||||
},
|
||||
]
|
||||
|
||||
newlineModes = [
|
||||
{ key: null, name: _('Keep') },
|
||||
{ key: 'strip', name: _('Strip') },
|
||||
|
@@ -106,6 +106,7 @@ export class MultifocusService {
|
||||
return
|
||||
}
|
||||
const tabs = currentTab.getAllTabs().filter(t => t instanceof BaseTerminalTabComponent)
|
||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
|
||||
this.start(pane, tabs as any)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user