mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
limited xterm serialization length
This commit is contained in:
parent
5ea1ff1ea5
commit
665ce2f022
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ export class XTermFrontend extends Frontend {
|
|||
}
|
||||
|
||||
saveState (): any {
|
||||
return this.serializeAddon.serialize()
|
||||
return this.serializeAddon.serialize(1000)
|
||||
}
|
||||
|
||||
restoreState (state: any): void {
|
||||
|
|
Loading…
Reference in a new issue